Requirements:
- Java 8 - http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Maven - https://maven.apache.org/download.cgi
- Node JS - https://nodejs.org/en/download/current/
- Yarn - https://yarnpkg.com/en/docs/install
Backend (http://localhost:8080/swagger-ui.html - REST API Docs)
mvn clean package -DskipTests=true
mvn spring-boot:run
Frontend (http://localhost:4200 - Web site main page)
cd frontend
yarn install
yarn start