From f665fff491da9cea0eb0ed7a1104d8279e664061 Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Fri, 6 Jan 2023 15:10:35 +0100 Subject: [PATCH] simplify, update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c9ded9d..809473e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ A RabbitMQ instance is also required to send / receive messages when data has be Modify it if needed. +- install the dependencies : + + ```bash + npm install + ``` + - start the containers : ```bash @@ -30,11 +36,6 @@ A RabbitMQ instance is also required to send / receive messages when data has be The app runs automatically on port **5001**. -- install the dependencies : - - ```bash - npm install - ``` ## Database migration