This is an example of NodeJS with mongoose
- /teams [GET]
- /teams/:teamId [GET]
- /teams [POST]
- /teams/:teamId [DELETE]
- /teams/:teamId [PATCH]
- /goals/ [GET]
- /goals/ [POST]
- /goals/:goalId [DELETE]
- /goals/:goalId [PATCH]
- npm install
- npm start
- Object - JavaScript | MDN - Useful constructor with many methods to manipulate objects in JavaScript.
- Expressions and operators - JavaScript | MDN - List of JavaScrtipt expressions (example: 'function', 'this', 'class') and operators (example: '+', '-', 'delete', 'typeof')