diff --git a/README.md b/README.md index 8372941..7c99f9e 100644 --- a/README.md +++ b/README.md @@ -24,25 +24,14 @@ ## Description -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +Credit card payment application using NestJS and RabbitMQ to handle charge generation with a Payment Service Provider (PSP). -## Installation - -```bash -$ yarn install -``` ## Running the app ```bash -# development -$ yarn run start - -# watch mode -$ yarn run start:dev +$ docker-compose up --build -# production mode -$ yarn run start:prod ``` ## Test