Skip to content

Code-4-Community/web-architecture-workshop-10-30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#Steps: Prereq: download python3

Windows:

  1. Open up your command line
  2. Run pip install fastapi
  3. Run pip install uvicorn
  4. To start the app, run 'python -m uvicorn server:app --reload'
  5. Navigate to http://127.0.0.1:8000/docs

Macs:

  1. Open up your command line
  2. Run pip install fastapi
  3. Run pip install uvicorn
  4. To start the app, run 'python -m uvicorn server:app --reload'
  5. Navigate to http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages