Skip to content

A project to study microservices that replicates the mercado livre platform

Notifications You must be signed in to change notification settings

gabrielmelogm/mercado-dev

Repository files navigation

Mercado dev

Description

A project to study microservices that replicates the mercado livre platform.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Running only app

# products
$ pnpm run start:dev products

# orders
$ pnpm run start:dev orders

# payments
$ pnpm run start:dev payments

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

A project to study microservices that replicates the mercado livre platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published