https://github.com/phildini/game-support-system
A response to a coding challenge.
https://github.com/phildini/game-support-system
Last synced: about 1 year ago
JSON representation
A response to a coding challenge.
- Host: GitHub
- URL: https://github.com/phildini/game-support-system
- Owner: phildini
- Created: 2013-04-25T03:13:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T19:04:24.000Z (about 13 years ago)
- Last Synced: 2025-03-23T18:57:13.829Z (about 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
game-support-system
===================
To install:
- Setup a virtualenv in the top directory: $ virtualenv .
- Install requirements: $ pip install -r rquirements.txt
- cd into the django project directory: $ cd game-support-system
- start the server: $ python manage.py runserver
The Game Support System is now running.
Feel free to browse to the following urls to play with it:
(You will have to login with user:kixeye, pass:kixeye)
- http://localhost:8000/users
- http://localhost:8000/users/
- http://localhost:8000/users/search?nickname='philip'
- http://localhost:8000/battles
- http://localhost:8000/battles/
In a separate terminal, you can also run 'python test_system.py' to see some of
the basic API features.
NOTE: Browsing by battle start and end time not currently implemented.