python -m virtualenv [name_of_enviroment]
[name_of_enviroment]\Scripts\activate
[name_of_enviroment]\Scripts\deactivate
pip install -r requirements.txt
uvicorn app.main:app --reload
The server has initialized in http://localhost:8000
Check the API documentation in http://localhost:8000/docs