Giter Site home page Giter Site logo

cardealersimulator's Introduction

CarDealerSimulator

Overview (DISCLAIMER: Original URL is in GitLab!)

This project is part of the introductory Data Structures course given on Fall2018. This project was aimed to introduce students to the different structures with their respective strengths and weaknesses.

Specifications

  • RESTful API to serve Car JSON objects (GET, PUT, POST) with appropriate error handling. -- When POST there should exist no duplicate objects(Comparators used here) eg. same ID and Person Object attached.
  • Search and filtering options for Car JSON objects
  • Follow the Factory, Manager, Driver model
  • Implement the following DS: PositionalList(Linked List, Array), Queue, Comparators, Iterators.
  • All code should be reusable (generics) and implement inheritance to highest extent possible as to avoid boilerplate code later on.
  • Inlcude JUnit tests under src\main\java\testers
  • HTTP Server shall run on "http://localhost:8080/cardealer/"
  • Use CURL to test HTTP Responses

cardealersimulator's People

Contributors

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