Skip to main content

Installation

Prerequisites

local

  • Java 17
  • Maven 3.8.2
  • Postgres
  • Rabbitmq
  • Zipkin

docker

  • Docker
  • docker-compose

Installation Locally

  • Clone the repository
git clone https://github.com/chiragpadyal/RapidComments_Backend
  • Run the project
bash run.sh

Installation with Docker

  • Clone the repository
git clone https://github.com/chiragpadyal/RapidComments_Backend
  • Run docker-compose
docker-compose up