Skip to content

A simple blogging application created using flask and with MySql

License

Notifications You must be signed in to change notification settings

manideep03/BloggingApp-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BloggingApp-Flask

A simple end to end blogging application created using flask and MySql.

Users can register and login to website to write a blog. Viewers without login also.

Set up

  • Create a database named flaskapp in MySql

  • Create tables named users and articles

  • Change MySql credentials in app.py file (line : 13)

  • Open command prompt and navigate to project folder and then run app.py

    python app.py
  • you can see that project is running on localhoat port number 5000, can acess through localhost:5000

Database

All tables codes are written in database.txt file.

class diagram

database

Results

Home page

Home

Register page

register

Login page

login

User Dashboard dashboard

Add blog add_article

All Blogs all_blogs

About

A simple blogging application created using flask and with MySql

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published