Skip to content

afsyael/mini-project-backend

Repository files navigation

Mini Project Backend Server Development

This repository contains documentation for this Mini Project

Contents

  • Overview
  • Scenario
  • Authentication
  • Resources
  • Architecture Diagram
  • Entity Relationship Diagram

1. Overview

This is an E-commerce Project using Nodejs, API, MySQL Database and JSON Web Token (JWT) to generate token.

2. Scenario

A merchant service that handles the catalog of products owned by merchants. The merchant is user.

3. Authentication

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.

4. Resources

The API is arranged around resources. All request must be made with an integration token.

5. Architecture Diagram

arc diagram

6. Entity Relationship Diagram

erd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published