An open API service indexing awesome lists of open source software.

https://github.com/the-akira/flask-programming-languages-app

Small experimental Flask App about Programming Languages
https://github.com/the-akira/flask-programming-languages-app

app csv flask flask-application programming-languages requests

Last synced: 3 months ago
JSON representation

Small experimental Flask App about Programming Languages

Awesome Lists containing this project

README

          

# 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