donovanclarke / example-node-api

Node API using Express, Body Parser, and mongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Node API

Node API using Express, Body Parser, and mongoDB

Setup instructions

  1. create a folder in the root directory, and name it config.

  2. create a file named db.js inside of the config folder.

  3. Insert the code below inside, be sure to use your own mongodb link.

module.exports = {
  url: 'mongodb://mongodb url goes here'
}

About

Node API using Express, Body Parser, and mongoDB


Languages

Language:JavaScript 100.0%