Project overview | Development & Testing | Attributions | License
Boilerplate used for developing Flask applications.
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.
- Git β free and open source distributed version control system.
- Python β easy to learn, powerful programming language.
- pip β package installer for Python packages.
git clone https://github.com/DaniloCeesar/flask-boilerplate.git
β clone this repository into a new directory;cd flask-boilerplate
β change the current directory to this project source code;cp .env.example .env
β generate a new environment file that will contain your project's environment variables;pip install -r requirements.txt
β install the dependencies fromrequirements.txt
file into project's folder;flask run
β run the development server. The URL address and port will be displayed in your terminal.
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.
This project is licensed under the MIT License. See the LICENSE for more information.