This commit is contained in:
2019-07-19 11:07:32 +02:00
parent 0d68df1e1a
commit f607e94e6f
+4 -4
View File
@@ -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