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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Backend for our desktop application.
pip install -r requirements.txtuvicorn app.main:app --reload