Releases: YuheshPandian/Flask-Boilerplate
Releases · YuheshPandian/Flask-Boilerplate
Flask-Boilerplate minor update
Just updating the minor changes in the code
Flask-Boilerplate - Init Release
v0.0.1
We are excited to announce the initial release of Flask-Boilerplate, a minimal yet powerful foundation for your Flask web applications.
Features
- Simple and Clean Structure - Organized folder layout to streamline development.
- Pre-configured Flask Setup - Ready-to-use configurations to kickstart your project.
- Basic Routing and Templates - Includes fundamental routes and template examples to build upon.
- Lightweight and Customizable - Designed to be easily adaptable to your specific project needs.
- Custom Error Pages - Provides user-friendly error pages for enhanced user experience.
Commits
- b431f14 added 403 error page
- 28cf8cc trying to suppress pylint issues
- bdb7591 try linting issue
- 9070e81 trying lint issue fix #7th attempt
- 120ee18 trying to fix cyclic import linting issue
- 24ae666 fixed website errors
- daba415 try fixing pylint
- b268d32 Merge branch 'main' of https://github.com/YuheshPandian/Flask-Boilerplate
- 9674e4c made changes to fix website issue
- 379b0f1 Revert "added 403 page"
- d077671 Reapply "fixed error in pylint.yml"
- 5c3ce44 Revert "fixed error in pylint.yml"
- 9ece55e added 403 page
- 9c09425 fixed error in pylint.yml
- 57cbf9f try 3.9 python version in linting
- 228e763 fixing python versions in linting
- d4a0191 fixing linting issues
- 17cfb65 Merge branch 'main' of https://github.com/YuheshPandian/Flask-Boilerplate
- 8cd38f2 linting the application
- 169b020 Update pylint.yml
- a0e2632 linting the app
- aaf4b61 changes to lint the application
- 7c15a74 trying to fix cyclic import error
- de51fcb removed unwanted line in
__init__.py - 10be778 fixed circular import issue
- a2df6be resized the nav-bar
- 045ba9b Create pylint.yml
- d85b7b9 aligned project structure
- a7544e4 structure of the project -> updated
- c44970e added 500 error ⚙ page and also improved nav bar styling 🎨 a bit.
- 3e54450 reminded the viewer to star the repo
- 9bbd1e2 deleted error-404.png 🖼
- abf9bcb improved homepage styling and variable colors 🎨
- a2272f2 fixed the 404page image 🤖
- 496d1c7 added 404-error-page #1
- e40c237 Update 404page.css
- 49ec87a Create 404page.css 📁
- defed42 Added requirement.txt file
- b093bb6 replaced the requirements file location in README.md
- 6d6a236 just changed the styling for home page a bit
- d61efb0 Upgrade readme
- 140ee27 Improved the 🏠 homepage UI and design 🎨
- 1faedbb Update README.md to add summary
- aed703e improved homepage frontend and working on error logger
- d274b6c Added dev resource link 🔗
- 5cd82af improved the front end of homepage
- b682dbf improved structure and added home page
- 67891fe Created Basic Project Structure 🦴
- ee69094 Init Commit🚀
Installation
-
Clone the Repository:
git clone https://github.com/YuheshPandian/Flask-Boilerplate.git cd Flask-Boilerplate -
Install Requirements:
pip install -r requirements.txt
-
Run the Application:
python run.py
Contributions
We welcome contributions to enhance this boilerplate. Feel free to fork the repository and submit pull requests.
License
This project is licensed under the MIT License.