Visit that link to view diagram.
(in root directory)
mvn clean install
(in /backend directory)
mvn spring-boot:run
Application will run on the port 8000
;
(in /frontend/src/main/frontend directory)
npm start
Angular2 app will run on the port 8099
;
If you need backend, start it seperately:
(in /backend directory)
mvn spring-boot:run
All backend requests now are made to sub path of /api.
- Open main site and download ojdbc6.jar.
- In backend module add library to module structure.