Skip to content

Two services with a microservices architecture: Node.js for authentication and Go for data reading.

Notifications You must be signed in to change notification settings

ipuldev/microservices-with-traefik-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Prerequisites
  3. Installation
  4. Usage
  5. Roadmap

About The Project

Efishery commodities is provide authentication & commodities data service

Detail Structure Project :

  • Auth Service
    • Database:
      • SQLite
    • Routing:
      • Login
      • Authorize
      • Register
  • Fetch Service
    • Routing:
      • Commodities
      • Aggregate

More Detail about architecture program: Figma Figjam Design

(back to top)

Built With

  • Go
  • NodeJs
  • Docker

(back to top)

Prerequisites

  • Docker Engine 20.10.18
  • Docker Compose version 2.11.2

Installation

  1. docker compose up -d

Note make sure your docker version is competible

(back to top)

Usage

Testing module

  • Auth service

    • npm install
    • npm test
  • Fetch service

    • go test ./... -v

For more information

Postman Documentation

(back to top)

Roadmap

  • Auth Service
  • Fetch Service
  • Environment
    • Routing
    • Docker Compose & Image
    • Middleware Auth Forward
  • Unit Testing

(back to top)

About

Two services with a microservices architecture: Node.js for authentication and Go for data reading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published