The Inventory Management System is a full-stack application designed to manage and track inventory items. Built with Java Spring Boot for the backend and Angular for the frontend, it offers a comprehensive solution for businesses to maintain their inventory efficiently.
- Dashboard for quick insights.
- CRUD operations for inventory items.
- User authentication and authorization.
- Role-based access control.
- Search and filter capabilities.
- Responsive and user-friendly interface.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java JDK 11 or later
- Maven
- Node.js and npm
- Angular CLI
- MySQL
A step-by-step series of examples that tell you how to get a development environment running.
- Clone the repository to your local machine.
- Navigate to the
backend
directory. - Run
mvn clean install
to build the project. - Start the Spring Boot application.
- Navigate to the
frontend
directory. - Run
npm install
to install dependencies. - Start the Angular application with
ng serve
. - Open
http://localhost:4200
in your browser.
Explain how to run the automated tests for this system.
Run mvn test
in the backend directory.
Run ng test
in the frontend directory.
Add additional notes about how to deploy this on a live system.
- Spring Boot - The backend framework
- Angular - The frontend framework
- Maven - Dependency Management
- MySQL - Database
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Your Name - Initial work - YourUsername
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc