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.