This project is to create a Blog web application using Node.js, Express.js, and EJS. The application will allow users to create and view blog posts. Posts will not persist between sessions as no database will be used in this version of the application.
#Features
-
Post Creation: Users should be able to create new posts.
-
Post Viewing: The home page should allow the user to view all their posts.
-
Post Update/Delete: Users should be edit and delete posts as needed.
-
Styling: The application should be well-styled and responsive, ensuring a good user experience on both desktop and mobile devices.
#Running on render: https://blog-web-application-8gda.onrender.com/
#How to run
1.Clone the repo.
2.Run "npm init".
3.Rum "npm i ejs".
4.Rum "npm i express".
5.Rum "npm i body-parser".
6.Rum "node index.js"
7.In your browser type "localhost:3000/" and you are good to gooo.