- npm run swagger-autogen
-localhost:3000/doc => See the endpoints
Signup => => Login => Get Token => Use token for other endpoints => Write bearer before the token when sending a request to the endpoint.
- Relational
- Structured query language and have a predefined schema
- Vertically scalable
- Table-based
- Better for multi-row transactions
- Non-relational
- Dynamic schemas for unstructured data
- Horizontally scalable
- Consists of a document, key-value, chart, or wide columns
- Better for unstructured data like documents or JSON