DEV spec tu run this app :
- Java version >= 8
- Maven
- IDE like Spring Tool Suite (Eclipse), Netbean, Intellij, dll.
- node js
- npm
- Angular CLI
- MySQL Database
- create database mysql named aliotosale
- compile project and run
mvn clean install & mvn spring-boot:run
- if you use IDE IntelliJ IDEA compile and run like proccess bellow does't needed, because IDE prepared it all
- rest api doc use Swagger and Swagger UI at
http://localhost:8080/swagger-ui.html#/
- you can look database connection at application.property
- run npm install at src/main/frontend for angular and dependencies installation
- run ng serve for build in server by Angular CLI