Skip to content

sgdreamer7/orders-and-payments-microservices

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Orders & Payments

Description

This project demonstrate an example application for making and processing orders and payments. Application architecture based on microservices implemented with Nest.JS framework.

Running the Application

Using Docker

Please, use at the root of the repository

docker-compose up -d

or

./start.sh

To run only the backend data services (Redis, Mysql), please, use the data only compose file.

docker-compose -f docker-compose.data-only.yml up -d

To stop application use at the root of the repository

docker-compose down

or

./stop.sh

Locally

Please, copy .env.example file for each service into .env so that the services can be configured properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published