From 60ed26eee263017b9b0ef3861f13d24883e80176 Mon Sep 17 00:00:00 2001 From: Gabriel Castro Date: Sat, 9 Mar 2024 18:30:37 -0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a02ac6b..6c6c5d2 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,21 @@ The Gestão app has been designed to streamline the back office team's work with ```bash # Run the git clone command to clone the repository -$ git clone git@github.com:GabriellCastro/Backoffice_backend.git +$ git clone git@github.com:GabriellCastro/B-Backoffice.git # Enter the cloned repository folder -$ cd Backoffice_backend +$ cd B-Backoffice # Run yarn to install dependencies $ yarn -# At the root of the project (Backoffice_backend) +# At the root of the project (B-Backoffice) # Change the name from .env.example to .env -# Run docker in the root of the project (Backoffice_backend) +# Run docker in the root of the project (B-Backoffice) $ sudo docker compose up -d -# Run prism migrate on the root of the project (Backoffice_backend) +# Run prism migrate on the root of the project (B-Backoffice) $ yarn prisma migrate dev # run the seed and generate an ADM accoun (see the log in the terminal)