-
Clone the project
-
Go to the project directory
-
Make sure you have python installed in your system, this app developed with 3.13.0
python3 --version- Create a virtual environment
python3 -m venv venv- Install the required packages
pip install -r requirements.txt- Run the following command to start the server
uvicorn main:app --reload- Open the browser and go to the following URL
http://http://127.0.0.1:8000/docs