Setup Instructions
- Go to root directory of the project
- Run python3 -m venv venv
- Activate the env using source venv/bin/activate
- Install dependencies using pip install -r requirements.txt
- Run the project using python main.py
- Go to 127.0.0.1:8000/docs to access swagger documentation of the api