Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adminfaces/admin-starter-tomcat
Starter project configured to run on tomcat
https://github.com/adminfaces/admin-starter-tomcat
Last synced: 6 days ago
JSON representation
Starter project configured to run on tomcat
- Host: GitHub
- URL: https://github.com/adminfaces/admin-starter-tomcat
- Owner: adminfaces
- Created: 2017-04-15T18:47:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T18:01:28.000Z (over 3 years ago)
- Last Synced: 2023-02-27T07:31:57.622Z (over 1 year ago)
- Language: HTML
- Size: 2.75 MB
- Stars: 11
- Watchers: 3
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= AdminFaces Starter project
A simple project to get you started with https://github.com/adminfaces[AdminFaces^].
== Building
This project uses https://maven.apache.org/[Maven^] for the build:
----
mvn clean package
----== Running
Run the jar file generated from the previous step:
`java -jar admin-starter-executable.jar`
You can access the running webapp through:
http://localhost:8080/admin-starter/
== Demo
* A live demo is available on Openshift here: http://admin-starter-admin-starter.1d35.starter-us-east-1.openshiftapps.com/admin-starter/
* A youtube video showing how to run the application: https://youtu.be/1h7yMYgCgdE
== Screenshots
.Login page
image:starter1.png[].Car list
image:starter2.png[].Car form
image:starter3.png[].Car form responsive
image:starter4.png[]