This is the template I use to start a new Flask project. It includes a basic structure and Docker configuration.
- Clone the repository
git clone https://github.com/DanielCaz/flask-template.git my_project- Replace git configuration
cd my_project
rm -rf .git
git init- Run in dev mode
docker compose watch-
Open your browser and go to
http://localhost:8000 -
Start coding!