An open API service indexing awesome lists of open source software.

https://github.com/drapegnik/mychat

:envelope: simple multiuser webchat on Python & AngularJS
https://github.com/drapegnik/mychat

angular angularjs chat django js python

Last synced: 2 days ago
JSON representation

:envelope: simple multiuser webchat on Python & AngularJS

Awesome Lists containing this project

README

          

# myChat
[![Code Climate](https://codeclimate.com/github/Drapegnik/myChat/badges/gpa.svg)](https://codeclimate.com/github/Drapegnik/myChat) [![Issue Count](https://codeclimate.com/github/Drapegnik/myChat/badges/issue_count.svg)](https://codeclimate.com/github/Drapegnik/myChat)

A simple multiuser web-chat

**install**:
```
$ npm install -g bower
$ pip install -r requirements.txt
$ python manage.py bower install
$ python manage.py collectstatic
$ python manage.py migrate --run-syncdb
```

**run**: ```$ python manage.py runserver```