Skip to content

api rest with nestjs for microservices with mongodb, rabbitmq, cloudservices

Notifications You must be signed in to change notification settings

mavismmg/players-ranking-microservice

Repository files navigation

Nest Logo

Microservice application with NestJS, RabbitMQ and MongoDB

Description

API Rest made with Nest framework.

Installation

$ npm install
Create a .env file
DB_USER='your mongodb atlas user'
DB_PASSWORD='your mongodb atlas user password'
DB_HOST='your mongodb cluster'

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

License

This project is MIT licensed.

About

api rest with nestjs for microservices with mongodb, rabbitmq, cloudservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published