From a5d54b5c3bfbf6ef1f49b106bd66301352b0d351 Mon Sep 17 00:00:00 2001 From: Eduardo Conti <73971707+eduardoconti@users.noreply.github.com> Date: Sun, 7 Jan 2024 23:10:19 -0300 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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