An open API service indexing awesome lists of open source software.

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.

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.