Skip to content
Snippets Groups Projects
Commit 33240754 authored by Alvin Natawiguna's avatar Alvin Natawiguna
Browse files

Updated readme

parent 71a89566
Branches
No related merge requests found
# Server Side
By: Alvin Natawiguna (13512030)
By: [Alvin Natawiguna](http://gitlab.informatika.org/alvin-nt "Profile") (13512030)
## Development Environment
......@@ -9,14 +9,18 @@ Python
## Requirements
- Python 3.4.x
- MongoDB 3.x
- pymongo (install with pip)
- bcrypt (install with pip)
## How to Run
- Make sure MongoDB is running @ localhost at the standard port (27017)
- Create database (if not exist) named 'if3230-sister'
- In the database, create these collections (case-sensitive, excluding quotes): 'users', 'activeServers', 'offers'
- Run ``` python server.py [port] ```
## Additional Information
-
- TODO: create a sample file, which consists of the database
Last Updated: 23 April 2015
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment