Best Flask open-source libraries and packages

Flask template

This is the template I use to start a new Flask project. It includes a basic structure and Docker configuration.
Updated 2 months ago

Flask template

This is the template I use to start a new Flask project. It includes a basic structure and Docker configuration.

How to use it

  1. Clone the repository
git clone https://github.com/DanielCaz/fask-template.git my_project
  1. Replace git configuration
cd my_project
rm -rf .git
git init
  1. Run in dev mode
docker compose watch
  1. Open your browser and go to http://localhost:8000

  2. Start coding!