backend for a sharing app using SpringBoot, Redis, MySQL, and AWS S3.
This is the second version of my project ShareOurDays's backend. I added more features like getting most-popular users or posts. I built this project while learning and using SpringBoot, Redis, and MySQL.
- add ElasticSearch for user & post searching feature;
- use SpringBoot AOP to complete logging & exception handling feature;
- configure MySQL clusters to separate db-read and db-write to MySQL master node and slave node;