A multi-page blog website built using BOOTSTRAP
,POSTGRESQL
database and FLASK
framework skills which includes how to integrate BOOTSRAP
with POSTGRESQL
database and FLASK
framework. Also the website is free hosted on render.com .
This is a website for Chinmay's blogs, where users can read and write blogs and comments.
- Bootstrap
- PostgreSQL Database
- Flask Framework
- User can Signup, Login, Logout.
- User can read blog without Login.
- User can comment on any blog.
- Author of perticular blog can edit as well as delete it whenever he/she wants.
- Clone the repository:
git clone https://github.com/chinu042/chinmay-blogs.git
- Install the required dependencies:
pip install -r requirements.txt
- Set up the Postgres database with the necessary tables:
- Start the Flask server
- Open your web browser and run it on your localhost.
http://localhost:5000
To use this website, follow these steps:
-
open any browser and go to url: (https://chinmayblogs.onrender.com)
-
Register for an account by clicking on the "Sign Up" button.
-
Log in using your email and password.
-
Read existing blogs or you can read it directly without logging in or signup.
-
To write a new blog, click on the "Write Blog" button and fill out the SignUp form.
-
To comment on an existing blog, click on the "Comments" button and fill out the form.
If you would like to contribute to this project, please fork the repository and submit a pull request. Contributions are welcome and appreciated!
This project is licensed under the MIT License.