Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 359 Bytes

Node Blog Project

A simple blogging site using node.js , express , mongodb and ejs.

Getting Started

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