Skip to content

agrivator/v3-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages