A simple blogging site using node.js , express , mongodb and ejs.
First clone this repository, install the dependencies, and setup your .env file.
git clone https://github.com/aswinr19/node-blog-project.git
cd node-blog-project
npm install
cp .env.example .env
To run the project ,
npm run start