Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages