AI Gaming Platform, powered by vue.js and Django
Route | Description |
---|---|
/ | index page. |
/api | Entry for API documents. |
/admin | Entry for administrator page. |
- python 3.5.2
- pip 9.0.1
- npm 3.10.10
- vue 2.9.2
- django 2.0.1
- django-rest-framework 3.7.7
After installing all the tools required above, we can start the server by :
../COLOSSEUM$ python3 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/
For the front end (in the development stage), we can also start by using the command
../COLOSSEUM/frontend$ npm run dev
this would start the server on the interal ip at port 8080, i.e:
http://localhost:8080/
Enjoy~
superuser: WWWlab
password: WeiweiWulab