mamged / marketplace-monorepo

An event-driven multi-seller marketplace backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

An event-driven multi-seller marketplace backend. Built with Nestjs.

  • 🛍️ Order management.
  • % Product discounts.
  • 🎟️ Voucher management.
  • 🤑 Customer refund wallet.
  • 🚚 Shipping rates.
  • 🧾 Tax configuration per region.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

An event-driven multi-seller marketplace backend.


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%