Skip to content

Releases: sanjaykhanssk/create-flask-app

Re-Release

12 Dec 05:37
d09ebde
Compare
Choose a tag to compare

Due to some errors, I have re-released the code. Also trying to make it as a python package. Where you can download it from PyPI or using pip.

Create-Flask-APP

08 Dec 02:51
Compare
Choose a tag to compare

Create Flask APP

Create flask app is very simmilar to dijango-create-project / npx create-react-app.

what will this do

  1. This project create a app template for getting started with api in 0 time.
  2. It comes with Dockerfile to build image and setup CI/CD.
  3. It also creates virtuval env, Install packages(Globally).
  4. This setup is for SQL projects (Nosql support - contribution needed).
  5. It comes with DB migration file(migrate.py) to migrate daabases(flask-migrate, flask-sqlalchemy).
  6. It creates blueprints directory(tradianally known as views).
  7. It auto genrate secrect key for app.

Contribution to this project is welcomed.