Skip to content

firewut/python_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Angular2 Frontend & Python aiohttp backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published