Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willcrichton/crashcourse-chat
For CrashCourse at CMU
https://github.com/willcrichton/crashcourse-chat
Last synced: 23 days ago
JSON representation
For CrashCourse at CMU
- Host: GitHub
- URL: https://github.com/willcrichton/crashcourse-chat
- Owner: willcrichton
- Created: 2014-01-21T16:39:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T02:48:47.000Z (almost 11 years ago)
- Last Synced: 2024-10-22T11:43:07.591Z (2 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
crashcourse-chat
================Follow these steps to get the basic server working:
1. Install [Python](http://www.python.org/getit/) 2.7 by download it or `sudo apt-get install python` or `brew install python`, etc.
2. Install [pip](http://www.pip-installer.org/en/latest/installing.html).
3. `git clone https://github.com/willcrichton/crashcourse-chat.git`
4. `cd crashcourse-chat`
3. `pip install flask`
4. `python server.py`
5. Visit `localhost:5000` in your browser. You're done!