https://github.com/lgomezruiz/sales-api-rest
Simple REST API with basic knowledge of Spring Boot and using PostgreSQL database. In this case, the service manages information about different customers, saving their ID, name, surname, direction, phone and email. API Documentation with Swagger.
https://github.com/lgomezruiz/sales-api-rest
api-rest intellij java maven postgresql postman spring spring-boot spring-data-jpa spring-web swagger
Last synced: 6 months ago
JSON representation
Simple REST API with basic knowledge of Spring Boot and using PostgreSQL database. In this case, the service manages information about different customers, saving their ID, name, surname, direction, phone and email. API Documentation with Swagger.
- Host: GitHub
- URL: https://github.com/lgomezruiz/sales-api-rest
- Owner: lgomezruiz
- Created: 2024-06-04T10:49:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T11:00:19.000Z (about 2 years ago)
- Last Synced: 2025-01-31T23:28:02.953Z (over 1 year ago)
- Topics: api-rest, intellij, java, maven, postgresql, postman, spring, spring-boot, spring-data-jpa, spring-web, swagger
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SALES API REST
Simple REST API with basic knowledge of Spring Boot and using PostgreSQL database. In this case, the service manages information about different customers, saving their ID, name, surname, direction, phone and email. API Documentation with Swagger.
## Project preview

## Technologies:




Swagger
Characteristics:
- Project: Maven
- Language: Java 17
- Spring Boot 3.2.5
- Packaging: Jar
Dependencies:
- Spring Web
- Spring Data JPA
- PostgreSQL Driver
- Springfox Swagger 2
- Springfox Swagger UI
POST example

GET example

PUT example

PostgreSQL View

DELETE example

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