Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davila23/utn-dds
UTN - Diseño de Sistemas
https://github.com/davila23/utn-dds
java junit maven spark
Last synced: about 1 month ago
JSON representation
UTN - Diseño de Sistemas
- Host: GitHub
- URL: https://github.com/davila23/utn-dds
- Owner: davila23
- License: mit
- Created: 2020-02-18T15:10:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T04:47:07.000Z (about 2 years ago)
- Last Synced: 2023-03-07T21:57:19.771Z (almost 2 years ago)
- Topics: java, junit, maven, spark
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-Spark-FTL
RestFul application built in Java 8 Spark and Free Marker Template. This application is part of the blogpost - http://prashantb.me/working-with-java-spark-framework## About this Application
It is a simple User Management Application. The major focus of this application is to understand the restful nature of the Spark Framework and how easy it is to put up and use data at FrontEnd.## How to Run
This application can be started directly by putting up the following code.
```
mvn clean install
```After this, visit -
```
http://localhost:4567/
```
### Test Cases
Unit tests have been written. Test cases can be checked by compiling the code.### Required Technologies
* Maven
* Java 8
* Free Marker Template (.ftl)
* JavaScript