Implementation of Backend API's for Common Inventory Management Use Case.
- Clone the Repository.
- Upload the database schema to your localhost database.
- Remove the classes created in the entity folder.
- Create a persistence mapping using Hibernate form database schema.
- Run the project.
mvn spring-boot:run
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.