Skip to content

WarlordTed/Basic_BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Blog - Shlog

Basic web application to Create, Read, Update and Delete post

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

python3.5
flask
flask-sqlalchemy
flask-login
wtforms
flask_wtf
Pillow

Installing

pip3 install flask
pip3 install flask-sqlalchemy
pip3 install flask-login
pip3 install wtforms
pip3 install flask_wtf
pip3 install Pillow

Running the tests

On your terminal, run

python3 blog.py

Go to web browser, and run -

  • Blog - The Blog-Shlog app

Details

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')

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published