redislabs-training / ru102j

Source code for the RU102J Redis for Java Developers Course
https://university.redis.com/courses/ru102j/
MIT License
37 stars 173 forks source link

Add a screenshot of the running application to the README #14

Closed simonprickett closed 2 years ago

simonprickett commented 2 years ago

Update README.md to add a screenshot of the running application, showing the map view with the solar site markers on it. For this you will need to follow the instructions in the README to get the application running. You'll also need to replace the stub implementation of findAll in com.redislabs.university.RU102J.dao.SiteDaoRedisImpl with the code from the solutions branch https://github.com/redislabs-training/ru102j/blob/7cf5b365ff8c2c95c1c0a02c555a8e0a02fcbe93/src/main/java/com/redislabs/university/RU102J/dao/SiteDaoRedisImpl.java#L41 to get your map working... as the code on master has this as a training exercise for the course that this repo is part of.

This is part of our participation in Hacktoberfest 2021. Learn how to complete this issue here: https://developer.redis.com/hacktoberfest/

Need help or want to talk to us? Join us on Discord where we have a dedicated Hacktoberfest channel: https://discord.gg/ueQwKUh5Z3

mohan-13 commented 2 years ago

Hello! I would like to pick this up. Please assign to me. Thanks

simonprickett commented 2 years ago

Thanks @mohan-13 I have assigned you this issue and we will take a look at your PR today UK time.