Skip to content

rian-gomes/store-webapp-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Web application sample

Build status

A project demonstrating the following features of SeedStack:

  • REST resources,
  • JPA persistence,
  • JavaMail,
  • Pagination,
  • Static resources serving,
  • Simple business code.

Running it

Locally

If you have Maven 3 installed, you can clone the repository and run it locally:

mvn seedstack:run

On Heroku

Or you can just deploy it on your own Heroku account by clicking this button:

Deploy

Usage

Just point your favorite browser to the base URL. Note that the application is secured with basic authentication. Use demo/demo credentials to log in.

Copyright and license

This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.

About

A classic Java Web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.7%
  • HTML 30.2%
  • JavaScript 25.3%
  • CSS 3.8%