Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 504 Bytes

File metadata and controls

35 lines (23 loc) · 504 Bytes

Getting started

Installation

To install the necessary dependencies, run the following command:

$ npm install

Running the app

To run the app in Docker, follow these steps:

1. Run project

  1. Make sure Docker is up

  2. Build docker image using docker compose:

$ docker compose build
  1. Run the Docker Compose:
$ docker compose up user-acquisition-service
  1. Enjoy! 🚀

  2. To shut down the Docker containers:

$ docker compose down