From f607e94e6fd4e1ae2f185c595e2b002c7fdd2a39 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 19 Jul 2019 11:07:32 +0200 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25e01dc..85a7848 100644 --- a/README.md +++ b/README.md @@ -27,23 +27,23 @@ sudo docker-compose up -d ``` ## DB -connect http://localhost:8984/synopsx/create-project +--connect http://localhost:8984/synopsx/create-project create a 'gdp' project connect to http://localhost:8984/synopsx/config select 'gpd' and click on 'ok' -the api is ready, you can go to http://localhost:8984/gdp/home +the api is ready, you can go to http://localhost:8984/gdp/home-- + -/* ## Client ``` cd client npm install npm run dev ``` -open http://localhost:8080 in your browser */ +open http://localhost:8080 in your browser ## Doc