Working Demo Live Link
- HTML
- CSS
- BOOTSTRAP4
- JQuery
- JavaScript
- Jinja Templates
- Flask
- Python
- SQLite
- SQLAlchemy (ORM)
- Anaconda Virtual Enviroment
- WTForms
- FlaskForm
- Users can create an account
- Users can login to there account
- Users can logut of the account
- Users can access and update there account
- Users can create and edit post
User Model | |
---|---|
id | Primary Key |
profileImage | String |
String | |
username | String |
password | String |
posts | String |
- Posts can be created
- Posts can be updated
- Posts can be deleted
Post Model | |
---|---|
id | Primary Key |
userId | String |
date | String |
title | String |
text | String |