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
- Host: GitHub
- URL: https://github.com/drapegnik/mychat
- Owner: Drapegnik
- Created: 2016-05-12T14:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T18:48:57.000Z (over 8 years ago)
- Last Synced: 2025-04-05T22:44:05.273Z (about 1 year ago)
- Topics: angular, angularjs, chat, django, js, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myChat
[](https://codeclimate.com/github/Drapegnik/myChat) [](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```