- Clone the repository: Use git clone command to clone the repository to your local machine.
git clone https://github.com/valtervalik/service-injection-issue.git
- Enter the project folder:
cd service-injection-issue
- Install dependencies: Run any of the following commands to install all the necessary dependencies.
npm install
yarn install
pnpm install
- Run docker-compose: Use the following command to start the Docker containers.
docker-compose up -d
-
Set your environment variables: Set up your environment variables based on the
.env.example
file in the repository. -
Run the application in development mode: Use any of the following commands to start the application in development mode.
npm run start:dev
yarn start:dev
pnpm start:dev