Giter Site home page Giter Site logo

akumar's Introduction

Java Test

Your first task will be to fork this repo and follow the instructions below.

The sprint lasts up to 2 hours but you can complete it earlier if you wish. It ends once you issue your pull request from your fork back to our repository.

Please make commits as you go (> 1, < 100).

A boilerplate Spring Boot MVC application has been setup with Maven to get you started. However, you are completely free to delete it and start again with another framework (or no framework) if you would prefer. Just make sure you provide steps to build and run the application if you don't use Spring Boot.

Using spring boot we will test the application with mvn clean install and will then run the jar file:

java -jar target/java-test-0.1.0.jar

(With spring boot the jar will include the application server.)

The Story

"As an Consumer of the API, I would like to be able to add, retrieve, remove and update Cars in your application via a RESTFul API."

If the story needs to be broken down to fit into the sprint, please do so.

The Acceptance Criteria

  • Priority order is:
    1. add
    2. retrieve
    3. remove
    4. update
  • My Car has the following attributes:
    • Id*
    • Make
    • Model
    • Year of manufacture
    • Entry Date*
  • We do not require persistent storage (in-memory is fine).

*generated by the application on entry

Subsequent stories you can bring into the sprint if you have time

  1. "As a Developer, I want my code to be covered by unit tests so I know if a change has broken something"
  2. "As a Developer, I want my code to be covered by integration tests so I know if a change has broken something"
  3. "As a Consumer of the API, I would like any Cars I add through the API to be persisted between application reloads (persistent storage)"
  4. "As a Consumer of the API, I would like Cars to be represented as two, separate, linked resources: Make (Id, Name, Entry Date) and Model (Id, Name, Year of Manufacture, MakeUri, Entry Date)"

Limitations

You can use whatever online resources you want (aside from copy-pasting large chunks of code, obviously).

You are encouraged to use any frameworks or libraries you feel comfortable with.

akumar's People

Contributors

sadams 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.