Skip to content

abiriadev/eco3s-backend

Repository files navigation

Eco3s API Backend

Description

this is the main backend service of Eco3s project.

Installation

$ git clone https://github.com/eco3s/backend
$ cd backend
$ pnpm install --frozen-lockfile

Running

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Test

# unit tests
$ pnpm test

# e2e tests
$ pnpm test:e2e

# test coverage
$ pnpm test:cov

License

GitHub