Table of Contents
Efishery commodities is provide authentication & commodities data service
Detail Structure Project :
- Auth Service
- Database:
- SQLite
- Routing:
- Login
- Authorize
- Register
- Database:
- Fetch Service
- Routing:
- Commodities
- Aggregate
- Routing:
More Detail about architecture program: Figma Figjam Design
- Docker Engine 20.10.18
- Docker Compose version 2.11.2
docker compose up -d
Note make sure your docker version is competible
Testing module
-
Auth service
npm install
npm test
-
Fetch service
go test ./... -v
For more information
Postman Documentation
- Auth Service
- Fetch Service
- Environment
- Routing
- Docker Compose & Image
- Middleware Auth Forward
- Unit Testing