This project is a simple inventory management system for a motorcycle dealership.
The system must enable the dealership to do the following:
- Add a motorcycle to inventory
- Display the information associated with a motorcycle
- Update a motorcycle in inventory
- Remove a motorcycle from inventory
- Search inventory for a motorcycle by VIN
- List all motorcycles in inventory
- Search inventory for all motorcycles by make
- Search inventory for all motorcycles by type
- Sell a motorcycle
- You must use Java and Springboot to create this api
- After the API is completed you may build a front end for this application using Angular or React
- Must keep track of all time estimates and issues in a Github Projects Kanban board