Skip to content

jairosolutions-com/database-middleware-fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#How to Run

  • initiate virtual environment "python -m venv venv"
  • activate virtual environment "venv\Scripts\activate"
  • change directory to the first fastapi
  • run uvicorn main:app --reload on the first api
  • change directory to the second fastapi
  • run uvicorn main:app --host 127.0.0.1 --port 3000
  • open the docs for each
  • run the API UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages