Skip to content

marinaluiza/TestStormtech

Repository files navigation

Sorting Service Technical Assessment

Introduction

This is a java application for sorting books. You can insert your own books and choose what attributes to compare (title, author or/and edition year) and the direction you prefer as well (ascending or descending).

Requirements

Run

Clone this repository;

Download the JRE tar.gz package;

Using the terminal as root:
$ sudo su

Change the JRE tar.gz file to the in which you want to install:
$ cd path/to/jre/jre-8u91-linux-x64.tar.gz /path/to/java/ (jre-8u91-linux-i586.tar.gz for Linux x86)

Enter at the directory:
$ cd /path/to/java

Unpack the tarball and install Java:
$ tar zxvf jre-8u91-linux-x64.tar.gz

Run the application:
$ /path/to/java/jre1.8.0_91/bin/java -jar /path/to/SortingService/SortingService.jar

About

Technical Assessment From StormTech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages