Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 340 Bytes

File metadata and controls

8 lines (7 loc) · 340 Bytes

Part3-Creating-a-RESTful-API-with-NodeJS

Restaurant with GET and POST API

Pre-requisites (npm install --save "npm-package-name" will save to your package.json file)
^ NOTE: These pre-requisite npm packages are all listed in the package.json file.
You can install them once you clone this repo with the command "npm install"