Coder Social home page Coder Social logo

tester's Introduction

Tester

This project is an example of a web service created with Spring Boot.
It will retrieve a set of Testers based on the countries and devices specified. They will be shown in order of how many bugs they have found (experience).

To start the server, run the following command in a terminal window in the main directory:

./gradlew bootRun

The data is loaded from CSV files into an H2 database upon start up.

Requests are to be made as a POST request to the endpoint at:

http://localhost:8080/search/

JSON should be sent containing values for countries. The options are:

  1. US
  2. GB
  3. JP
  4. ALL (just use this one if requesting all countries)

The choices for devices are:

  1. iPhone 4
  2. iPhone 4S
  3. iPhone 5
  4. Galaxy S3
  5. Galaxy S4
  6. Nexus 4
  7. Droid Razor
  8. Droid DNA
  9. HTC One
  10. iPhone 3
  11. ALL (if using this one, it should be the only device value)

The body of the request should look like this:

{ "countries": ["US", "GB"], "devices" : ["iPhone 4", "iPhone 5"] }

or

{ "countries": ["ALL"], "devices" : ["iPhone 4", "Droid DNA"] }

You can use Postman or something similar to test this.

tester's People

Contributors

jonnybutler avatar

Watchers

James Cloos avatar  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.