/python_chat

Angular2 Frontend & Python aiohttp backend.

Primary LanguagePython

About

Angular2 and Python aiohttp built chat. Uses postgres as database.

Backend

docker pull postgres
docker run -p 0.0.0.0:32769:5432 -d --name=postgres postgres

virtualenv env
source env/bin/activate
pip install -e requirements.txt
cd messenger && python .

Frontend

cd web2 && npm install && npm start