Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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! :)