gabrielkrneiro / brighteyes-clothing-store-bff

BrightEyes Clothing Store backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

BrightEyes Clothing Store - V2

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Stay in touch

License

MIT licensed.

About

BrightEyes Clothing Store backend


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%