Create an API in Spring Boot and a Frontend in React with this code-along tutorial. The app is a simple app with Pokémon data (stored locally in a PostgreSQL database): you can add new Pokémon with images, set the quantity of those Pokémon, and delete them. This basically covers the CRUD API functionality. On the frontend side we are using Vite to setup the app and Tailwind for styling. Additionally we will using these libraries in React: react-query, axios, @heroicons/react, and react-hot-toast.
Top comments (0)