Basic web application to Create, Read, Update and Delete post
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python3.5
flask
flask-sqlalchemy
flask-login
wtforms
flask_wtf
Pillow
pip3 install flask
pip3 install flask-sqlalchemy
pip3 install flask-login
pip3 install wtforms
pip3 install flask_wtf
pip3 install Pillow
On your terminal, run
python3 blog.py
Go to web browser, and run -
- Blog - The Blog-Shlog app
User can - >Create Account ('Register') > Login ('Login') > Post Blogs ('Add New Post) > Update Blogs (only the particular user can delete his specific blog) > Delete Blog (only the particular user can delete his specific blog) > See which user has uploaded no. of posts (Click on the user's name) > Update your own account ('Account')
- Pranav Jain - WarlordTed