Based on Angular2, Bootstrap4, SpringBoot with Rest Api.
Web application is based on Angular2-webpack-starter
-
java 8
-
postgres 9.4
-
Install NodeJS with NPM (node 5+ is requried), at least on Linux you'll also may need nodejs-devel.
-
create postgres test user and db with
sudo su - postgres -c psql < support/create-test-user-db.sql
-
build java server part first time
./gradlew build
-
in admweb
npm install npm start
-
using intellij start BootApplicationLauncher
-
in browser navigate http://localhost:3000
There are still lot of todos to get more production ready: like: global errors, improved filtering, Excel export, and more