Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 269 Bytes

Desktop-Application-Backend

Backend for our desktop application.

How to run locally

  • 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