Project for PV243: Advanced JavaEE Java course at Faculty of Informatics MU
install jdk-8, maven, nodejs, npm
cd events-shop/
mvn clean install
cd events-shop-rest/
mvn wildfly:run
http://localhost:8080/events-shop-rest/api/v0.1/categories
Should return JSON Array with three sample objects
cd events-shop-client/
npm install
npm start
http://localhost:3000
Should show default React page. Hot reload should also work.