DEV Community

Kshitij Singh
Kshitij Singh

Posted on

Need Ideas to learn building a Spring Boot REST API

Hi all, i need some cool ideas to try out as i am planning to learning spring boot , building some REST Service :)

Top comments (1)

Collapse
 
rhymes profile image
rhymes

Maybe you can find some inspiration from these two repos:

You might need a dataset to expose with an API, or... you might want to build a proxy API (one that calls one ore more APIs upstream to return a result) on public APIs

Have fun!