Skip to content

thefool309/foolish_FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foolish_FastAPI

a simple API written using FastAPI, sqlalchemy, and pydantic

you'll need to create a venv

python -m venv venv

then activate that venv. This is operating system specific. On windows its venv\Scripts\activate.bat

on linux it's source venv/bin/activate

then

pip install fastapi[all] sqlalchemy

to launch the dev server you can run

fastapi dev main.py

to launch the production server you can run (untested)

fastapi run main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages