demo for vertx
Restore demo.backup
to postgresql server.
There are 3 steps. See below commands and descriptions.
- Start vertx-api
cd vertx-api
./mvnw clean compile exec:java
- Build web
cd web
npm install
npm run build
- Run deploy web
cd web-api
npm install
npm start
Click http://18.221.48.64:3000/ to see the demo.
(c) O.Uguumur