Best Flask open-source libraries and packages

Flask init

Boilerplate code for small data-driven Flask applications
Updated 1 year ago

Flask Init

A Boilerplate code for small data-driven Flask applications

Installation

Clone the Repository

git clone https://github.com/the-akira/flask-init.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Run the Application

python run.py
  • Navigate to http://127.0.0.1:5000/ to see the Homepage
  • Navigate to http://127.0.0.1:5000/admin to see the Administrative Interface