#2 tiered Java webapp based on springboot components, simulates a simple store login/logout system along with products(buy/sell in development) #with postgresql
- run docker image:
(sudo) docker -t springboot build .
(sudo) docker run -p 8080:8080 -d --name springbootapp springboot
gradle build
gradle bootRun
- Note: This server is not to be used for production as it has cors,csrf disabled and https is not implemented according to industry standards(yet!)