https://github.com/seedstack/store-webapp-sample
A classic Java Web application.
https://github.com/seedstack/store-webapp-sample
Last synced: 12 months ago
JSON representation
A classic Java Web application.
- Host: GitHub
- URL: https://github.com/seedstack/store-webapp-sample
- Owner: seedstack
- Created: 2015-07-26T11:51:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:19:05.000Z (over 2 years ago)
- Last Synced: 2025-03-24T20:22:39.414Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 338 KB
- Stars: 9
- Watchers: 12
- Forks: 100
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Web application sample
[](https://travis-ci.org/seedstack/store-webapp-sample)
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](http://maven.apache.org/) 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:
[](https://heroku.com/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](https://github.com/seedstack/seedstack/blob/master/AUTHORS) and
released under the terms of the [Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/).