A simple Blog web application using Node, Express and EJS.
- This application will allow users to create and view blog posts.
- Posts will not persist between sessions as no database is used.
- Clone the repository
git clone https://github.com/bindu-1805/Blog-app.git
- Navigate to the project directory
cd Blog-app
- Install dependencies
npm install
- Run the app
node app.js
Get a sneak peak of the application below!