-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
chatrooms | ||
Chatrooms | ||
========= | ||
|
||
Simple chat app made with django | ||
Chatrooms API made with Django. | ||
|
||
##Installation | ||
============== | ||
|
||
NOTE: This project assumes that you have python 2.7 installed on your machine. | ||
|
||
First you will need redis to run this project. If you do not have redis installed you can get at http://redis.io/download for your OS. Then you will need to start the redis server. Details on the redis site. | ||
|
||
Then create a new virtual environment, activate it and `pip install -r requirements.txt` | ||
|
||
Next run `python manage.py syncdb` and `python manage.py runserver`. | ||
|
||
Go to http://localhost:8000/ in your browser and you will see the demo running. | ||
|
||
##TODO | ||
====== | ||
|
||
Finish API and Documentation |