FFFF GameShell/api at master · mgloc/GameShell · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GameShell API

Custom API for progress tracking purposes

Installation

# VirtualEnv (optional but recommended)
$ python3 -m venv .venv && source .venv/bin/activate

# Install dependencies
$ pip install -r requirements.txt

# Run the server
$ python3 asgi.py

API should run on localhost:8080 by default

Docs

Check localhost:8080/docs for the API documentation

0