Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node_web_api

Following RESTful Web Services with Node.js and Express course on Pluralsight

Project setup

npm init
npm install express
npm install nodemon

Nodemon config

"nodemonConfig": {
  "restartable": "rs",
  "ignore": [
    "node_modules/**/node_modules"
  ],
  "delay": "2500",
  "env": {
    "NODE_ENV": "development",
    "PORT": 4000
  }
}

Data import

To import data into your mongoDB database run the following in cmd.

mongo bookApi < booksJson.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages