Skip to content

ColosseumGroup/ColosseumII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colosseum

AI Gaming Platform, powered by vue.js and Django

Website Directory

Route Description
/ index page.
/api Entry for API documents.
/admin Entry for administrator page.

Dev Tools and Frameworks

  • 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

Quick Start

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~

Public Account:

superuser: WWWlab

password: WeiweiWulab

About

replace the earlier version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published