Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 745 Bytes

springboot

#2 tiered Java webapp based on springboot components, simulates a simple store login/logout system along with products(buy/sell in development) #with postgresql

app - backend

Build Status

Run with docker:

  • run docker image:
(sudo) docker -t springboot build .
(sudo) docker run -p 8080:8080 -d --name springbootapp springboot

Or standalone run without docker:

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!)