Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1003 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1003 Bytes

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