devopstf / store-webapp-sample

A classic Java Web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 40.7%Language:HTML 30.2%Language:JavaScript 25.3%Language:CSS 3.8%