Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.4 KB

readme.org

File metadata and controls

41 lines (30 loc) · 1.4 KB

java-springboot2

The main idea is to assemble a full working stack using springboot2 as a rest api server talking to a postgresql db using the latest and greatest comming from the java framework land. We’ll use angular7 for the frontend served by nginx, our reverse proxy of choice.

stack

domaintech
reverse proxydockerized nginx
frontendangular7
backenddockerized springboot2 running on openjdk-11
dbdockerized postgresql
testsjunit5 and mockito
logginglogback

building

# if you don't have a running postgresql container, spin up one:
$ make db

# first, build the backend
$ cd backend && gradle build

# now build the frontend
$ cd frontend && yarn && yarn build

running

$ make
# then open your brower on http://localhost:4200

LICENSE

GNU General Public License v3

Copyright (c) 2018 Filipe Silva (ninrod)