Skip to content

fdorantesm/out-of-orbit-parcel-service

Repository files navigation

Description

A NestJS API template using mongodb

Stack

Version
NestJS 9.X
MongoDB 5.0
Docker 20.1
Docker Compose 1.29.2

Installation

$ yarn install

Seeds

Seed API Keys

yarn scripts:seed-api-keys

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

References

API Ref https://localhost:3000/docs
Postman https://www.postman.com/lively-crater-325304/workspace/out-of-orbit-parcel-service
ApiKey 1BC6EPJ-NMYM3SY-MCPE175-N62WM7F
BaseUrl https://oops-c1ta.onrender.com
Admin root@email.local / sesame
User john@email.local / sesame

Docker compose scripts

Launch services

yarn launch

Stop services

yarn bye

About

A NestJS API example for parcel services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages