Skip to content

lasagnu/fastapi-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0. Prerequisites:

Python 3.6+, gcc (for compiling sqlalchemy)

1. Installation:

git clone https://github.com/lasagnu/fastapi-postgres
cd ./fastapi-postgres
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

2. Configuration:

All required data/credentials could be passed via environment variables, their names could be found in backend/app/core/config.py

3. Startup:

Once the configuration data is provided (or isn't..) just run the main.py file:

python main.py

Enjoy this awesome framework!

About

a simple starter for a fastapi + postgres (sqlalchemy) based apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors