Inventory Management This is a monorepo for an inventory manager webapp's backend, frontend, docker. Technologies used: Java 11 (Backend) Spring Boot React (Frontend) Chakra UI Redis Usage: Navigate to the docker folder and run docker-compose up Navigate to the backend folder and run mvn clean install spring-boot:run Navigate to the frontend folder and run npm start Frontend should be available at localhost:3000