A progressive Node.js framework for building efficient and scalable server-side applications.
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
access the MongoDb connection on
mongodb://localhost:27017/nest
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
To Access the Rest Endpoints:
Import the collection
PAYEVER.postman_collection.json