Skip to content

jurisz/adm-seed

Repository files navigation

Backoffice style web admin seed template project with SpringBoot, Angular2 and Bootstrap

Based on Angular2, Bootstrap4, SpringBoot with Rest Api.
Web application is based on Angular2-webpack-starter

Required software, build and launch steps:

  1. java 8

  2. postgres 9.4

  3. Install NodeJS with NPM (node 5+ is requried), at least on Linux you'll also may need nodejs-devel.

  4. create postgres test user and db with

    sudo su - postgres -c psql < support/create-test-user-db.sql
  5. build java server part first time

    ./gradlew build   
  6. in admweb

    npm install 
    npm start  
  7. using intellij start BootApplicationLauncher

  8. 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

Screen shots

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published