DEV Community

Cover image for 
Building a Spring Boot CRUD API
coder4life
coder4life

Posted on

Building a Spring Boot CRUD API

Code-along while we develop this API project in Java's Spring Boot. We will be building a classic CRUD API project with find, create, update, and delete endpoints. As a database we will work with a PostgreSQL which was seeded with some data from the Pokémon API.

Top comments (0)