This repository contains documentation for this Mini Project
- Overview
- Scenario
- Authentication
- Resources
- Architecture Diagram
- Entity Relationship Diagram
This is an E-commerce Project using Nodejs, API, MySQL Database and JSON Web Token (JWT) to generate token.
A merchant service that handles the catalog of products owned by merchants. The merchant is user.
Authentication using Basic Auth (Email and Password). Every merchant can register and need to login to get an access token. An access token grants limited access to a merchant's account.
The API is arranged around resources. All request must be made with an integration token.