You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yavuzgok edited this page Nov 29, 2018
·
5 revisions
Local Deploy
Backend
> docker-compose -f src/main/docker/mysql.yml down
> # continue if says default network not found
> docker-compose -f src/main/docker/mysql.yml up -d
> docker-compose -f src/main/docker/elasticsearch.yml up -d
> export PORT=8080
> ./mvnw -P dev
Frontend
> export PORT=3000
> yarn start
Production Deploy
Swagger
Start backend with below command:
./mvnw -P dev,swagger
Browse http://ns344214.ip-188-165-194.eu:8080/swagger-ui.html to see documentation.