📜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.
- Once you've downloaded the code, create a virtual environment and activate it. (Steps to create a virtual environment can be found here.)
- The system requires flask and flask-sqlalchemy. To install them:
$ pip install flask
$ pip install flask_sqlalchemy
- 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