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
- Host: GitHub
- URL: https://github.com/the-akira/flask-programming-languages-app
- Owner: the-akira
- License: mit
- Created: 2019-11-29T05:38:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:58:02.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:43:45.525Z (7 months ago)
- Topics: app, csv, flask, flask-application, programming-languages, requests
- Language: CSS
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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