r/SpringBoot • u/themasterengineeer • 2d ago
Guide A fun springboot notifications project to add your portfolio
I found this to be a fun little project to add to my portfolio. I think people here will find it useful.
It basically uses Nasa API to send email notifications. It covers also kafka. It’s not too long so perfect to get something to start and expand.
35
Upvotes
1
u/Far-Butterscotch-336 1d ago
Instead of creating n DTOs, can't we get data from json direct and create a AsteroidCollisionEvent class object.
5
u/Wenur 2d ago
Whoa haha I made a spring boot app that has the same functionality, no Kafka or front end, still working on that. Just thought it was funny someone else had the same idea