Skip to content

Code created while learning Fast API, following JVP Design tutorials

Notifications You must be signed in to change notification settings

VikSil/fastAPI_JVPdesign_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

This code was created while learning Fast API from video tutorials by JVP Design / Jeffrey Pohlmeyer.

Originally commited in my private practice repo, commits were later cherry-picked to store here for quick reference.

To run the server cd into the root folder and execute:

 python -m uvicorn main:app  

or, to run server for a sub-app, execute:

 python -m uvicorn subappfolder.main:app  

About

Code created while learning Fast API, following JVP Design tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published