NodeJS and API Workshop
Links
- https://www.json.org/json-en.html
- Common file format to work with sharing structured data.
- https://www.redhat.com/en/topics/api/what-is-a-rest-api
- RESTful APIs and how they work.
- https://nodejs.org/en/
- Node a way of running JS (often on servers or in development tooling)
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses
- Error Responses from servers and their meanings.
- https://expressjs.com/
- A framework (library + project structure) for writing servers quickly.
- https://mongoosejs.com/
- Mongo DB Server. Non-relational document store (json format)
- https://www.mongodb.com
- A free service for accessing a mongodb server.
- https://github.com/expressjs/morgan
- Quick logging and debugging on express.