flask admin boilerplate
1.0.0
This web application is built using the Python Flask Framework and SB Admin 2 Theme (Free version)
The hosted version of this web application is found here
Follow the steps below to install the application
$ git clone
$ cd flask-admin-boilerplate
$
$ virtualenv env
$ source env/bin/activate
$
$ # Install requirements
$ pip install -r requirements.txt
Navigate to init.py under the configurations folder to configure your database and SMTP
After installing all the requirements and ensuring that the configurations are done correctly, run the app.
$ # Run the application
$ python app.py
This web application has the basic configuration for deployment with Gunicorn. Makes it easy for the application to be deployed on Heroku.
For support or pull requests and github issues you can reach me via email [email protected]
Oyelekan Bukunmi Find out more about me here
This project is licensed under the MIT License