Skip to content

ninrod/angular-springboot-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

full stack containerized starter project sporting docker, angular, java, springboot and nginx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published