Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 608 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 608 Bytes

Description

Backend for the carbonable crebon credit purchase app.

Requirements

Installation

$ just 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

Swagger

Check API documentation at http://localhost:3000/api

License

Apache 2.0 licensed.