Skip to content

vihar/flask-postgress-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-postgress-template 🐍

Flask-SQlAlchemy-Flask-Migrate-Postgress

Flask-Postgress template with migrations ready. Create a virtual environment and install the modules.

To use install the dependencies by using,

pip install -r "requirements.txt"

To initialise the database

python manage.py db init

For Migrations,

python manage.py db migrate

To run the server,

python manage.py runserver

About

Flask_Postgress Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages