Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aswinr19/node-blog-project

Blogging site using node js.
https://github.com/aswinr19/node-blog-project

Last synced: 4 months ago
JSON representation

Blogging site using node js.

Awesome Lists containing this project

README

        

# 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

```