Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 329 Bytes

File metadata and controls

10 lines (7 loc) · 329 Bytes

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