Running on: https://zothacks-2023-backend.onrender.com/
- Clone this repository to your local computer
- Create a virtual environment in the root directory of this repository
- Activate the virtual environment by running. If you're using VSCode, check out this link: https://code.visualstudio.com/docs/python/environments
- Install the requirements.txt file by running
pip install -r requirements.txt
Optional:
- Install Insomnia to test your API endpoints.
insomnia.jsonis included in this repository that you can import into Insomnia.
Run uvicorn main:app --reload in the root directory of this repository