A RESTful API built with NestJS, Prisma and TypeScript for CRUD operation.
This is the backend application server for EcoSense Indonesia.
Trending โ A campaign has more than 10 participants.
New โ A campaign starts less than 2 weeks ago.
Upcoming โ A campaign has not started yet.
Ongoing โ A campaign is still ongoing right now.
Past โ A campaign has finished.
$ yarn install# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov2023 ยฉ EcoSense Indonesia.