Best Flask open-source libraries and packages

Flask Programming Languages App

Small experimental Flask App about Programming Languages
Updated 1 year ago

Flask Programming Languages App

Small experimental Flask App about Programming Languages

Installation

Clone the Repository

git clone https://github.com/the-akira/Flask-Programming-Languages-App.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 app.py

In order to change the default number of posts per page you have to change the per_page variable in flask_paginate.__init__.py file

Tags requests