/nodejs-devcamper

A RESTful API buillt with Node.js, Express and MongoDB. Postman docs available at https://documenter.getpostman.com/view/5901558/SWLb8Ut7?version=latest

Primary LanguageHTML

nodejs-devcamper

Installation

$ npm install

Setup

Create db connection MongoDB Atlas add the MONGO_URI to the env file

$ cp .env.example config/config.env

MONGO_URI=

Run

$ npm run dev