Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Starter with SQLAlchemy and Marshmallow.

  • Simple Flask Starter with Factory Pattern.
  • CRUD User
  • Migration with flask-migrate

Installation

Use the pip to install.

pip install -r requirements.txt
flask db init
flask db migrate
flask db upgrade
python app.py

Use Docker

docker build -t flask-starter .
docker run -dp 8080:8080 flask-starter

Open browser

http://localhost:8080

Technologies

  • Flask
  • Flask-SqlAlchemy
  • Flask-Migrate
  • Flask-Marshmallow

About

Flask Starter with SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages