Prajwalmithun / grossery_api

API for grossery shops to manage their items. Built using FastAPI python framework
1 stars 0 forks source link

Instructions

  1. Create a virtual environment
# virtualenv venv
# source venv/bin/activate
  1. Install the depedent packages
# pip3 install -r requirements.txt
  1. Start the server
# cd api;

# uvicorn main:app --reload
  1. Validate the APIs

In the browser naviagte to this path http://localhost:8000/docs