Skip to content

Boilerplate used for developing Python 🐍 applications with Flask πŸ“―.

License

Notifications You must be signed in to change notification settings

DaniloCeesar/flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Flask-Boilerplate

Flask-Boilerplate
Getting started with Flask.

Project overview | Development & Testing | Attributions | License

Boilerplate used for developing Flask applications.
Repository top language Repository size

πŸ“š Project overview

Flask-Boilerplate is a open-source software that helps you to getting started with Flask applications.

It contains the minimal set of code required to create your own Flask application.

πŸ› οΈ Development & Testing

Requirements

  • Git β€” free and open source distributed version control system.
  • Python β€” easy to learn, powerful programming language.
  • pip β€” package installer for Python packages.

Build instructions

  1. git clone https://github.com/DaniloCeesar/flask-boilerplate.git β€” clone this repository into a new directory;
  2. cd flask-boilerplate β€” change the current directory to this project source code;
  3. cp .env.example .env β€” generate a new environment file that will contain your project's environment variables;
  4. pip install -r requirements.txt β€” install the dependencies from requirements.txt file into project's folder;
  5. flask run β€” run the development server. The URL address and port will be displayed in your terminal.

πŸ‘₯ Attributions

This project is built by developing and using open source technology. We may use third party libraries, code sources, and assets both for production and development processes.

βš–οΈ License

This project is licensed under the MIT License. See the LICENSE for more information.

About

Boilerplate used for developing Python 🐍 applications with Flask πŸ“―.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published