hemantsathish / Blog-Posting-WebApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:HTML 84.7%Language:Python 12.9%Language:CSS 2.4%