Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 298 Bytes

v3-backend

How to set up the project

  • Create a virtual env

  • Install fastApi

      pip install fastapi
    
  • Install uvicorn

      pip install uvicorn
    
  • Run the command to start the server

      uvicorn main:app --reload