Skip to content

gclen/fastapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-example

A very basic fastAPI application that serves data from a sqlite database. Run using

uvicorn sql_app.main:app --reload

Dependencies

pip install fastapi uvicorn sqlalchemy

If you want to regenerate the database you'll also need to install pandas

pip install pandas

About

Basic example using fastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages