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

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.

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

![main](https://user-images.githubusercontent.com/61479966/116272687-690cd300-a781-11eb-98e1-6f71ba863b8f.png)

### Sign up with auth system, etc.

![register](https://user-images.githubusercontent.com/61479966/116272285-14695800-a781-11eb-8c11-dbb57cf46049.png)

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

![login](https://user-images.githubusercontent.com/61479966/116272892-95c0ea80-a781-11eb-843b-7b5b7ba3940e.png)

### Home

![home](https://user-images.githubusercontent.com/61479966/116274792-45e32300-a783-11eb-8dc8-1e9cc08349b2.png)

### Profile

![profile](https://user-images.githubusercontent.com/61479966/116273410-01a35300-a782-11eb-92ba-99b5d03c2cab.png)

### Add note function

![add_note](https://user-images.githubusercontent.com/61479966/116275799-36b0a500-a784-11eb-8811-9d585def83c8.png)

### Edit note function

![edit_note](https://user-images.githubusercontent.com/61479966/116276232-9eff8680-a784-11eb-8af0-f7b32dd72ab2.png)

### Delete note function

![delete_note](https://user-images.githubusercontent.com/61479966/116277046-62805a80-a785-11eb-9c53-4822e0b44282.png)