Skip to content
/ Ignite Public template

Ignite is a minimal Flask starter template designed to help you quickly set up and launch your Flask applications.

License

Notifications You must be signed in to change notification settings

Cosmin1907/Ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite

Ignite is a minimal Flask starter template designed to help you quickly set up and launch your Flask applications. It comes pre-configured with a basic folder structure.

Release History

  • 01.01.2025 - Added Procfile to facilitate deployment on Heroku.

Project Structure

your_project/
│
├── app.py                # Main application file
├── static/               # Static files (CSS, JS, Images)
│   ├── css/
│   │   └── style.css     # Your main stylesheet
│   ├── js/
│   │   └── script.js     # Your JavaScript file
│   └── imag/             # Folder for images
│       └── example.jpg   # Example image file
├── templates/            # HTML files
│   ├── base.html         # Base template for the app
│   └── index.html        # Your main page extending the base template
├── data/                 # Folder containing data
│   └── data.json         # Sample JSON data file
├── requirements.txt      # List of required Python packages
├── Procfile              # For Heroku deployment
├── .gitignore            # Git ignore file
└── README.md             # Project documentation

About

Ignite is a minimal Flask starter template designed to help you quickly set up and launch your Flask applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published