Start redis using redis-server
Run using mvn spring-boot:run
Access Page at http://localhost:8080
Now, if you want a little more interesting set-up with docker-compose.
just run docker-compose up
and a set-up with redis, two instances of this app, fronted with nginx should start up
and be available at http://docker-ip
url(in mac typically http://192.168.59.103)
Shopping cart with Session holding the details of a cartRemove/Update items in a cartTemplating- Negative cases/errors
- Potentially integration with Spring security to show the user details being held in session
- Ability for admin users to add Product/Category
Category to product drill down- Clean up UI