Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.4 KB

README.md

File metadata and controls

53 lines (34 loc) · 2.4 KB
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.