This is blog project for demonstration. You can add,edit or delete blogs and see table of blogs. Also it's possible to filter by title on list page.
Project based on Angular 8.2.5 , Spring Boot 1.5.9, connects to Oracle DB
To test project visit https://bold-cat.herokuapp.com (it can wake up some time, because of heroku free plan limitation, but app is fast enough)
To setup project you need:
- install maven
- install node 10.16.3
- install yarn 1.17.3
- change DB address and credentials in main pom.xml file in profiles section
- go to main project dir
- run yarn install --network-timeout 1000000
- run yarn build
- run mvn clean install -P dev (or other profile)
- go to backend module and run mvn liquibase:update -P dev (or other profile)
- go to backend\target folder and run java -jar blog-demo-app.jar
- open project in browser: type localhost:8080