Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 285 Bytes

To run the project, you need to install the following packages:

$pip install -r requirements.txt

then run the following command:

$python main.py

or you can run the project using the following command:

$uvicorn main:app --reload

thnx for reading