Web Browser
Rest API
- HTTP
- GET
- POST
- PATCH (minor changes)
- PUT (huge change)
- DELETE
Postman
- Used to test REST APIs
Web Framework
- Express
Runtime Environment
- Node.js
Database
- MongoDB
Editor
- Visual Studio Code
- npm init
- npm install express
- npm install mongodb
- npm install mongoose
- npm install nodemon
- nodemon --save-dev