Bachir Soussi Chiadmi 4 年之前
父節點
當前提交
f607e94e6f
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
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