As a student programmer project, Blogify offers a user-friendly platform with essential functionalities for managing blog posts effortlessly. Users can seamlessly navigate through the intuitive interface to view, create, edit, and delete blog posts with ease. You can view the website on BlogifyHub.com. Give the website about half a minute to load as it is being hosted on a free domain so it takes time to start. Moreover if the link doesn't work at all, then you can clone this repo and start the server on your local computer.
You will need to have installed Node.js on your computer.
- Clone this repository onto your computer:
git clone https://github.com/kparmar09/Blogify-Web-App.git
- From the command line, navigate into the project folder, then run this command to install the necessary packages and dependencies:
npm install
- Start the server by running the last command:
node index.js
Once the server is running, it can be accessed at the address http://localhost:3000/
The server can be stopped using Ctrl+C.