Backend for our desktop application.
- Install all the packages:
pip install -r requirements.txt
- Run the backend server:
uvicorn app.main:app --reload
- To access the API docs: Go to http://127.0.0.1:8000/docs
Backend for our desktop application.
pip install -r requirements.txt
uvicorn app.main:app --reload