Inventory Tracker is a web-based inventory management system built with PHP and Oracle database.
- View existing products
- Add new products with details such as name, quantity, description, SKU, price, and supplier ID
- Delete products from the inventory
- XAMPP installed on your local machine
- Oracle database configured and running
-
Clone the repository:
git clone https://github.com/ubaidwazir/inventory-tracker.git
-
Set up your local server environment using XAMPP.
-
Configure your Oracle database connection in the PHP files.
Usage
- Start your local server environment (e.g., using XAMPP).
- Access the project in your web browser.
- Use the application to view existing products, add new products, or delete products as needed.
Contributing Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or have suggestions for improvements.