Skip to content

A basic springboot web-app and server used for selling products

Notifications You must be signed in to change notification settings

Kspiropali/springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic springboot web-app and server used for selling products

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published