Releases: sanjaykhanssk/create-flask-app
Releases · sanjaykhanssk/create-flask-app
Re-Release
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
Create Flask APP
Create flask app is very simmilar to dijango-create-project / npx create-react-app.
what will this do
- This project create a app template for getting started with api in 0 time.
- It comes with Dockerfile to build image and setup CI/CD.
- It also creates virtuval env, Install packages(Globally).
- This setup is for SQL projects (Nosql support - contribution needed).
- It comes with DB migration file(migrate.py) to migrate daabases(flask-migrate, flask-sqlalchemy).
- It creates blueprints directory(tradianally known as views).
- It auto genrate secrect key for app.
Contribution to this project is welcomed.