Giter VIP home page Giter VIP logo

java-play-codetest's Introduction

Qudini web developer code test

To test how quickly you can pick up a new project and follow requirements we ask candidates to do the following project. You have a choice of web frameworks you can use:

that meets the following requirements:

  • Fork this project
  • Start project in the chosen framework
  • Provide an API which accepts a list of json 'customer' objects in the body of a POST request (see json example attached).
  • The API should take this list of objects and sort them by due time then return this back as a sorted json array.
  • Should use the Joda time (http://www.joda.org/joda-time/) library to handle times with timezones.
  • The API should be non-blocking and be as efficient as possible in its sorting.
  • We'll test this by load testing the project with a few hundred users to see how it performs (if you have time try using Jmeter to test your implementation).

Bonus points:

  • Some tests to ensure your code is working as expected
  • An API is great, but how about adding some UI for easy upload of the file.

From Viktorija:

to start the spring boot application:

  • cd java-play-codetest/customers
  • mvn clean install

new tab,

  • cd java-play-codetest/customers
  • mvn spring-boot:run

to run the react app open a new tab:

  • cd java-play-codetest/customers-board-react/
  • npm install
  • npm start

to run the cucumber tests open a new tab (after the application started):

  • right click on the file "cucumber-tests/src/test/resources/features/customers.feature"
  • or cd java-play-codetest/cucumber-tests
  • mvn test

java-play-codetest's People

Contributors

fraserhardy avatar viktorijat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.