0
ecosense-api-v2

ecosense-api-v2

A RESTful API made using Nest.js, Prisma ORM, Swagger, and TypeScript for CRUD operation from EcoSense mobile and web applications.

About

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

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.