mini-games:
Python API forPython Flask API meant to interact with Typescript/React frontend and Nginx webserver
Minesweeper
- POST potential top score
- GET top scores by level
Requirements
- Python 3.8.5
- MongoDB Server 3.6.8
Usage
- python3 -m venv .venv
- pip install -r requirements.txt
- Development
flask run
- Production
- TBD