Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.18 KB

File metadata and controls

65 lines (44 loc) · 2.18 KB

EcoSense API v2

End-to-end tests

Introduction

A RESTful API built with NestJS, Prisma and TypeScript for CRUD operation.
This is the backend application server for EcoSense Indonesia.

Campaign Tags

Trending → A campaign has more than 10 participants.
New → A campaign starts less than 2 weeks ago.

Campaign Time Status timeStatus

Upcoming → A campaign has not started yet.
Ongoing → A campaign is still ongoing right now.
Past → A campaign has finished.

Technologies

JavaScript NPM NodeJS NestJS TypeScript Postgres Google Cloud

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

2023 © EcoSense Indonesia.