Skip to content

microservices-suite/monos-market-place

Repository files navigation

Monos Market Place

Welcome to Monos Market Place! This project leverages a microservices architecture and monorepo strategy. Suite CLI manages the monorepo and is the task runner that makes running microservices effortless. 60% of the code was generated by suiteCLI. The project comes with built-in telemetry,distributed tracing and monitoring tools for a robust and scalable application.

Prerequisites

Before running the project, ensure the following tools are installed on your system:

  • Docker and Docker Compose (version 3.8 or later)
  • Suite CLI (version 4.01)
    Install globally:
    sudo npm install -g suite@latest

Installation and Setup

Clone the repository

cd to project root

git clone https://github.com/microservices-suite/monos-market-place.git
cd monos-market-place

Start the Application

suite start -a monos-market-place

Services

Stop the Services

suite stop monos-market-place

Clean Up docker volumes

suite prune -v [-f]

Clean Up all docker artifacts

suite prune -a [-f]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages