From 4136568d3793fbc4496454e518dd9f11454cc101 Mon Sep 17 00:00:00 2001 From: Marcin Kopa Date: Mon, 28 Aug 2023 13:10:58 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ff032..b13fd01 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ npm install Used docker-compose version: 1.29.2, Nodejs: 18.17.1 ` -## Running the app +## Running the back-end ```bash # start db @@ -81,6 +81,9 @@ $ npm run test:e2e $ npm run test:cov ``` +## Running the front-end +### work in progress + ## License [MIT licensed](LICENSE).