An open API service indexing awesome lists of open source software.

https://github.com/shuklaritvik06/orderease

The Order and Payment microservice built with NestJS and RabbitMQ offers seamless order management and secure payment processing for enhanced e-commerce experiences. Also have file upload feature using GridFS
https://github.com/shuklaritvik06/orderease

gridfs microservice mongodb nestjs rabbitmq

Last synced: about 1 month ago
JSON representation

The Order and Payment microservice built with NestJS and RabbitMQ offers seamless order management and secure payment processing for enhanced e-commerce experiences. Also have file upload feature using GridFS

Awesome Lists containing this project

README

          

# Order and Payment Microservice

![nest](https://github.com/shuklaritvik06/order-and-gridfs/assets/72812470/f96667a0-acaf-458b-a445-95a70171323b)

Welcome to the Order and Payment Microservice repository! This repository contains the code and resources for the Order and Payment microservice, built using NestJS and RabbitMQ. This README file provides an overview of the microservice's functionalities and guides you on how to set it up and use it effectively.

- [x] Microservice Architecture
- [x] Tests
- [x] Authentication
- [x] Role Based Authorization
- [x] Food Order Microservice
- [x] Video Uploader

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```