- This project has been build on spring-boot and the initial code structure has been created using https://start.spring.io/ to save time
- Using Redis to save data in-memory
- Tester should have a local redis docker image which runs on a port 6379
- If the set up is not done - then please download the server and then test the application OR install a docker image for Redis. Read more from here - https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/
- To test this application go to the src folder and open command prompt and then then type 'mvn spring-boot:run' from command line
- Once you see the server started loggers then open the index.html (localhost:8080/index.html) on your brower and test the application