Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 744 Bytes

QuackR

CircleCI

A simple web app built with Spring-Boot and Angular. Originally built for a university assignment. It can be used as an example of how Spring-Boot, Apache Shiro, JAX-RS and Angular can be used together to create a traditional 3-layer architecture application.

The app allows users to register, log in, create events and post comments. It can be built by running mvn install in the root directory. The packaged war can afterwards be found in the quackr-server/target directory and can be started with java -jar quackr-server-${version}.war. The app can be accessed on localhost:8080 using a web browser.