Skip to content

A boilerplate flask application with flask, sqlalchemy, marshmallow, smorest, celery and complete project structure.

Notifications You must be signed in to change notification settings

dishantsethi/flask-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate flask app

Steps to launch

  • git clone
  • virtualenv venv
  • pip install -r requirments.txt
  • touch .env
  • cp .env.example .env
  • flask run

You'll be able to access localhost:5000/test as test URL for boilerplate application.

About

A boilerplate flask application with flask, sqlalchemy, marshmallow, smorest, celery and complete project structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published