AI Gaming Platform, powered by Django and VirtualEnv
| Route | Description |
|---|---|
| / | index page. |
| /api | Entry for API documents. |
| /wiki | Entry for WIKI documents. |
| /admin | Entry for administrator page. |
No need for extra installation. All have previously been included in VirtualEnv.
- python 3.5.2
- pip 9.0.1
- django 1.11.7
- django-wiki
- django-rest-framework
This application requires the installation of virtualenv. You can install it by:
$ pip3 install virtualenvAnd then clone this repo to your local environment:
$ git clone https://github.com/ColosseumGroup/Colosseum.gitactivate virtualenv:
$ cd COLOSSEUM/
$ source bin/activateMake sure you are under COLOSSEUM/colosseum, then start the server:
$ python manage.py runserver By default, the runserver command starts the development server on the internal ip at port 8000. You can access it at
http://localhost:8000/