Skip to content

A Nest.js based mono-repo consisting of Orders, Billing, and Authentication microservices.

Notifications You must be signed in to change notification settings

usamatufail/orders-microservice

Repository files navigation

Sam Tufail's Introduction

I'm a JS Dev who is working remotely for different people/companies around the globe for last 3 years. I have experience working in React.js, Typescript, MongoDB, GraphQL, Redux, Redux-Thunk, Redux-Sagas, Express.js, Node.js, Framer Motion, and many other related technologies. I always use international coding standards and proper linting in my code in order to make my code more accessible to every other developer.

Project Description

This project is build using Nest.js. It uses mono-repo and microservices architecture with RabbitMQ. Nest.js is a progressive Node.js framework for building efficient and scalable server-side applications.

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

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

Nest is MIT licensed.

About

A Nest.js based mono-repo consisting of Orders, Billing, and Authentication microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published