Inventory Management System (Spring Boot)

Implementation of Backend API's for Common Inventory Management Use Case.

Installation

  1. Clone the Repository.
  2. Upload the database schema to your localhost database.
  3. Remove the classes created in the entity folder.
  4. Create a persistence mapping using Hibernate form database schema.
  5. Run the project.
mvn spring-boot:run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thank You!