https://github.com/lgomezruiz/api-rest-h2
Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database.
https://github.com/lgomezruiz/api-rest-h2
api-rest h2-database intellij java maven postman spring spring-boot spring-data-jpa spring-web
Last synced: 4 months ago
JSON representation
Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database.
- Host: GitHub
- URL: https://github.com/lgomezruiz/api-rest-h2
- Owner: lgomezruiz
- Created: 2024-05-09T16:06:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-09T16:28:39.000Z (about 1 year ago)
- Last Synced: 2025-01-11T10:37:20.392Z (6 months ago)
- Topics: api-rest, h2-database, intellij, java, maven, postman, spring, spring-boot, spring-data-jpa, spring-web
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API REST with H2
Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database. In this case, the service manages information about different users, saving their ID, name, surname and email.## Project preview
## Technologies:



Characteristics:
- Project: Maven
- Language: Java 17
- Spring Boot 3.2.5
- Packaging: JarDependencies:
- Spring Web
- Spring Boot DevTools
- Spring Data JPA
- H2 DatabaseConnection to the H2 Database

Previously empty database

Database with data saved through HTTP requests

POST example

GET example

## Authors ✒️
- **Laura Gómez Ruiz**
[](https://lauragomezruiz.netlify.app/)
[](https://www.linkedin.com/in/lgomezruiz/)