Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pauleenaphan/express-template


https://github.com/pauleenaphan/express-template

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Boiler Plate for express.js with mongodb

Installation

```

> Git Clone
> npm install
> Create .env file (env file should be in gitignore)
> Add DEV_DB_URL = "Your mongodb key"
> npm run dev

```