Skip to content

samuelmugi/payevertask

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

MongoDb & RabbitMq

The app needs to connect to MongoDB and RabbitMQ. Run the following command to start mongodb and rabbitMq. Ensure you have docker & docker-compose installed.

docker-compose up --build

credentials for rabbitMq

  RABBITMQ_DEFAULT_USER: user
  RABBITMQ_DEFAULT_PASS: password

access the rabbitMQ on

Rabbit Mq Localhost

access the MongoDb connection on

mongodb://localhost:27017/nest

Nest framework TypeScript starter repository.

Installation

$ npm install

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

To Access the Rest Endpoints: Import the collection PAYEVER.postman_collection.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published