REST: REPRESENTATION STATE TRANSFER! This is a web standard architecture and HTTP protocol that interacts with the web. The REST architectural style describe six constraints:
- Uniform Interface
- Stateless
- Cacheable
- Client Serve
- Layered System
- Code on Demand (technically optional)
Note: RESTful Applications use Http requests to perform CRUD methodologies in server side development. CRUD: CREATE, READ, UPDATE, DELETE
TOOLS USED:
- Node.js
- MongoDB
- Vscode
- Rest Client extension
Summary: This is a basic API practical project