/sort-app-spring

sort-app using spring boot and angularjs

Primary LanguageJava

Introduction

A demo app showing sorting of random numeric values provided in CSV format. It uses Spring boot, h2 DB and Java 8.

Running The Application

To test the sort-app, run the following commands.

Configuring Application

You can add or change configurations in application.properties file in the src/main/resources directory.

TODO

  • More test coverage
  • Pagination support
  • Validations
  • Logging