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
- Host: GitHub
- URL: https://github.com/shuklaritvik06/orderease
- Owner: shuklaritvik06
- Created: 2023-02-11T07:26:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T13:03:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T13:29:34.602Z (about 1 year ago)
- Topics: gridfs, microservice, mongodb, nestjs, rabbitmq
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Order and Payment Microservice

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
```