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.
- Host: GitHub
- URL: https://github.com/uros-5/flask-forum
- Owner: uros-5
- Created: 2020-10-10T07:39:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T09:05:36.000Z (over 4 years ago)
- Last Synced: 2025-01-16T22:47:28.030Z (over 1 year ago)
- Topics: flask, sqlite
- Language: Python
- Homepage:
- Size: 27.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Sports Forum
Entire forum is done in Flask (all pages), SQLAlchemy (database) and JavaScript (DOM manipulations).
## Screenshots

## Installation
```
pip3 install -r requirements.txt
```
## Starting project
```
python3 run.py
```