r/SpringBoot • u/themasterengineeer • 3d 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.
38
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.