Private API used for internal tools to grab statistics/data from the database
- Install dependencies (Python 3+ and pip need to be installed)
pip install fastapi
pip install uvicorn
pip install mysql-connector-python
- Pull files from this repo and fill out
config.py
.
uvicorn main:app --host 0.0.0.0 --port 80