#Development NOTE, do not use in production. 0. Clone the repo
- Create a virtual environment by running
python3 -m venv venv - Install requirements by running
pip install -r requirements.txt - Install FastAPI by running
pip install "fastapi[standard]" - Setup the database by running
python init_db.py - Run the server by running
fastapi dev app.py
#in case of errors make or issues make an issue and contact @Shiberal