Skip to content

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

License

Notifications You must be signed in to change notification settings

DanielCaz/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/flask-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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published