Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.08 KB

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.