This project was made by following a YouTube tutorial by Tech With Tim on how to build a blog like webapp in Python using the Flask web framework. It's features include:
- User authentication
- Creating and deleting posts
- Viewing user's posts
- User interaction (likes and comments)
In order to run this project, make sure you already have Python installed, then follow the instructions:
-
Clone this repository
-
Install
flask,flask-sqlalchemyandflask-loginpip install flask, flask-sqlalchemy, flask-login
-
Run the
app.pyfile in the project directorypython app.py
-
Access the server in your localhost
http://127.0.0.1:5000