Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 826 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 826 Bytes

Moto Inventory Project

This project is a simple inventory management system for a motorcycle dealership.

Requirements/Features

The system must enable the dealership to do the following:

  1. Add a motorcycle to inventory
  2. Display the information associated with a motorcycle
  3. Update a motorcycle in inventory
  4. Remove a motorcycle from inventory
  5. Search inventory for a motorcycle by VIN
  6. List all motorcycles in inventory
  7. Search inventory for all motorcycles by make
  8. Search inventory for all motorcycles by type
  9. Sell a motorcycle

Technical Requirements

  1. You must use Java and Springboot to create this api
  2. After the API is completed you may build a front end for this application using Angular or React
  3. Must keep track of all time estimates and issues in a Github Projects Kanban board