A Spring Boot 3 REST API that performs CRUD operations on a Student resource through Spring Data JPA. Runs out of the box on an in-memory H2 database, with a postgres profile for switching to ...
A simple Todo REST API built with Go, Gin, and PostgreSQL. This project was created to practice REST API development, JWT authentication, and CRUD operations. Go-Gin-Postgres-Todo-REST-API/ ├── cmd/ │ ...