In case you want to build this Flask Boilerplate, without leaving this page, just type:
$ # Clone the sources
$ git clone https://github.com/app-generator/boilerplate-code-flask-dashboard.git
$ cd boilerplate-code-flask-dashboard
$
$ # Install requirements
$ pip install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ export FLASK_APP=run.py
$
$ # Start the app
$ flask run
$
$ # Access the app in browser: http://127.0.0.1:5000/
If all goes well, the Flask Boilerplate can be tested with POSTMAN on port 3000.
This product is actively supported via Email and 24/7 Live support on Discord (for paid plans)
Thank you!