Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matadini/hipster-webapp
Simple web app which use a blazing fast technology stack
https://github.com/matadini/hipster-webapp
Last synced: 11 days ago
JSON representation
Simple web app which use a blazing fast technology stack
- Host: GitHub
- URL: https://github.com/matadini/hipster-webapp
- Owner: matadini
- Created: 2019-05-22T12:33:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:58:29.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:13:03.299Z (3 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - hipster-webapp - Simple web app which use a blazing fast technology stack (Java)
README
# hipster-webapp
hipster-webapp is simple web app which use a blazing fast technology stack. No Tomcat, no JBoss or another heavy stuff.## technologies
* Java Spark
* EclipseLink + H2 in memory database
* Freemarker
* Gson + Guava
* Bootstrap## build and run
* To build application use: `mvn clean install`
* Run application using: `java -jar .jar`
* Open web browser and go to: `http://localhost:8080/person/`
* Have fun! :)