To setup environment:
- Make sure you have
Python3installed - Make sure in your in project directory and execute:
sudo apt-get install python3-pymysqlpip install -r requirements.txtsource venv/bin/activate- Ask Nova for .env file
- At this point, you should be setup!
localhost:8000/docs
uvicorn api.main:app --reload
python api/main.py