This is a cookiecutter template for generating a flask configuration for your projects.
- Flask configuration
- Modularized with blueprint
- SQLAlchemy
- Test configuration
- Docker
- Best practices in your project
- Extensible
- GitLab CI/CD
- GCloud
- Pycharm
- Travis
- Python 3.6 or higger https://www.python.org/
- Pip https://pip.pypa.io/en/stable/installing/
Install cookiecutter
pip install --user cookiecutter
Use this command
cookiecutter https://github.com/ActivandoIdeas/Cookiecutter-Flask
BSD 3-Clause "New" or "Revised" License View in https://github.com/ActivandoIdeas/Cookiecutter-Django-AppEngine-GitLab/blob/master/LICENSE
Contributors are always welcome! Feel free to raise an issue or submit a PR. Read the code of Conduct here: https://github.com/ActivandoIdeas/Codigo-de-Conducta-y-Guia-Rapida
This project is based on cuokiecutter:
- Read this for project contribution: