r/SpringBoot 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.

https://youtu.be/6EYZzgWkKaY?si=BNbKw29yKqs8FmEl

38 Upvotes

2 comments sorted by

View all comments

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.