Skip to content

gamikun/gamehub-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the backend for scores in games made by wearecodex.

Made in Python and Flask

Installing dependencies

pip install -r requirements.txt

Start the backend service

FLASK_APP=gamehub.server flask run

Add a new game:

python -m gamehub game add "Name of the game"

For any case, you need to be in the main folder.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%