Skip to content

A vehicle inventory system created using Eclipse. When running the project, this will allow the user to perform different CRUD (i.e., Create, Retrieve, Update and Delete) database operations on a back-end SQLite database, storing vehicle data. This project was completed in January 2019.

AnandP2812/Vehicle-Inventory-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Vehicle Inventory System

Author: Anand Prajapati

A vehicle inventory system created using Eclipse. When running the project, this will allow the user to perform different CRUD (i.e., Create, Retrieve, Update and Delete) database operations on a back-end SQLite database, storing vehicle data. This project was completed in January 2019.

Install JDK

  1. Before proceeding with the download and installation, make sure you have the latest Java SE Development Kit installed on your computer, or the Eclipse Installer will NOT work. Below, is the link:
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
  1. Once on the page, find your operating system and click the correct download link, then go through with the installation. Below are installation guides:
https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html
  1. After you have installed it, you can proceed with downloading Eclipse.

Install Eclipse

  1. Use the link below and download Eclipse:
https://www.eclipse.org/downloads/
  1. After downloading Eclipse, use this link below and follow the guide on how to install Eclipse.
  • NOTE: MAKE SURE YOU SELECT "ECLIPSE IDE FOR JAVA DEVELOPERS".
https://www.eclipse.org/downloads/packages/installer
  1. Once the installation is complete, you can now launch Eclipse.

Setting up the Project

  1. Download the project as a ZIP.
  2. Open Eclipse and choose a location for your workspace.
  3. Click "Launch".
  4. Once on the Welcome screen, click "Import existing projects".
  5. Click the "Select archive file" option and then select "Browse".
  6. Then browse for the project ZIP file and click "Open" - and ensure you tick the box where the file appears under "Project:".
  7. After that, click "Finish" at the bottom. This should show a folder called "PRAJAPATI_17031142" in the Package Explorer.
  8. Double click the "PRAJAPATI_17031142" folder and navigate to src > (default package) > Controller.java.
  9. Once selecting "Controller.java", click the small arrow next to the circle, green play button.
  10. When the dropdown appears, navigate to "Run As" and click "Java Application".
  11. This will then run the project, in which, you will see a menu appear in the console.
  12. Enjoy!

Additional Information

  • Shows the vehicles in a HTML table in your browser:
localhost:8000/
  • Allows the user to insert a vehicle using a HTML form:
localhost:8000/add_vehicle

About

A vehicle inventory system created using Eclipse. When running the project, this will allow the user to perform different CRUD (i.e., Create, Retrieve, Update and Delete) database operations on a back-end SQLite database, storing vehicle data. This project was completed in January 2019.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages