Skip to content

Releases: YuheshPandian/Flask-Boilerplate

Flask-Boilerplate minor update

18 Apr 18:49

Choose a tag to compare

Just updating the minor changes in the code

Flask-Boilerplate - Init Release

31 Mar 15:21
bb9dcb6

Choose a tag to compare

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

Installation

  1. Clone the Repository:

    git clone https://github.com/YuheshPandian/Flask-Boilerplate.git
    cd Flask-Boilerplate
  2. Install Requirements:

    pip install -r requirements.txt
  3. 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.