Cookiecutter installation flask
$ cookiecutter https://github.com/huogerac/cookiecutter-flask-openapi/
project_name [Hackernews Clone]: Flask cookie project
project_slug [flask_cookie_project]: flask_cookie
description [The Ultimate Flask Template]: Playing around
main_model [News]:
main_model_lower [news]:
Select python_version:
1 - 3.8.10
2 - 3.9.5
Choose from 1, 2 [1]: 2
Select package_manager:
1 - requirements.txt
2 - Pipenv
Choose from 1, 2 [1]: 1
Select postgresql_version:
1 - 13.3-alpine
2 - 13.5
3 - 14.1
Choose from 1, 2, 3 [1]: 3
use_dockerfile [yes]: yes
use_github_actions_CI [yes]: yes
deploy_to_heroku [yes]: yes
keep_vscode_settings [yes]: no
author_name [Roger Camargo]: Ty Myrddin
email [[email protected] ]: [email protected]
version [0.1.0]:
[INFO]: - Removing VSCode files
[INFO]: - Using requirements.txt and virtualenv
[SUCCESS]: 🐍 Your project is created! ✨ 🍰 ✨
What is next?
cd flask_cookie
Check the README_DOCKER 🐳
Check the README_VIRTUALENV 🐍
[INFO]: ⚠️ For more details, check the Makefile or run: make help