- Java 11 (Backend)
- Spring Boot
- React (Frontend)
- Redis
- 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
docker-compose up
mvn clean install spring-boot:run
npm start