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

https://github.com/uros-5/flask-forum

All football videos are posted in this forum using sqlite as database.
https://github.com/uros-5/flask-forum

flask sqlite

Last synced: about 2 months ago
JSON representation

All football videos are posted in this forum using sqlite as database.

Awesome Lists containing this project

README

          

# Flask Sports Forum

Entire forum is done in Flask (all pages), SQLAlchemy (database) and JavaScript (DOM manipulations).

## Screenshots

![Flask forum demo](https://github.com/uros-5/flask-forum/blob/master/flask-forum.gif)

## Installation

```
pip3 install -r requirements.txt

```
## Starting project

```
python3 run.py
```