Skip to content

An interactive blog posting website that can be hosted locally on the system. Built using HTML, CSS, Flask and SQLAlchemy.

License

Notifications You must be signed in to change notification settings

hemantsathish/Blog-Posting-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Posting WebApp

📜An interactive blog posting website that can be hosted locally on the system.
💻Built using HTML, CSS, Flask and SQLAlchemy.
💼Its main functionalities are adding/editing/deleting blogs, searching for your favourite blog by keyword/title/author and admin edit logs.


🚀How to implement it?

  1. Once you've downloaded the code, create a virtual environment and activate it. (Steps to create a virtual environment can be found here.)
  2. The system requires flask and flask-sqlalchemy. To install them:
$ pip install flask
$ pip install flask_sqlalchemy
  1. To run the server, simply type out python app.py in your command prompt and open https://127.0.0.0:5000 on your browser.

-The user can register or use the default credentials to check out the webapp.
Default username = user
Default password = password

About

An interactive blog posting website that can be hosted locally on the system. Built using HTML, CSS, Flask and SQLAlchemy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published