AMNG Web Application.
- Angular-cli based Angular 4 front end client
- Java Spring Boot Restful API backend server
- NodeJS 6.9.0 or higher
- NPM 3 or higher
- Java 1.8
- Maven
- Go to
client
directory - Run
npm install
to install dependencies - Run
ng build --env=prod --aot
to complied artifacts will be store in thedist/
directory.
- Go to
server
directory - Run
mvn clean install
to install dependencies - Config Database setting, see details in
server/README.md
. - Run
java -jar server-1.3-SNAPSHOT.jar
to run the application.