Backend for the carbonable crebon credit purchase app.
- - Node.js
- - Just
$ just install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Check API documentation at http://localhost:3000/api