https://github.com/inexpli/flask-community-forum
Community forum made in flask.
https://github.com/inexpli/flask-community-forum
bootstrap css flask html javascipt python
Last synced: 3 months ago
JSON representation
Community forum made in flask.
- Host: GitHub
- URL: https://github.com/inexpli/flask-community-forum
- Owner: Inexpli
- Created: 2021-03-13T14:00:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T13:37:04.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T22:56:51.679Z (over 1 year ago)
- Topics: bootstrap, css, flask, html, javascipt, python
- Language: HTML
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple community forum
### Python version = 3.6.1
#### Libraries:
- click==7.1.2
- Flask==1.1.2
- Flask-Login==0.5.0
- Flask-SQLAlchemy==2.4.4
- itsdangerous==1.1.0
- Jinja2==2.11.3
- MarkupSafe==1.1.1
- SQLAlchemy==1.3.23
- Werkzeug==1.0.1
##### Front End:
- Bootstrap (v5.0.0-beta2)
##### Back END:
- Flask-SQLAlchemy (2.4.4)
- SQLAlchemy (1.3.23)
### Time considered in WebApp is UTC
### Main

### Sign up with auth system, etc.

### Log in with autologin, auth system, etc.

### Home

### Profile

### Add note function

### Edit note function

### Delete note function
