https://github.com/maysa87/eventos
Backend Java Spring Boot
https://github.com/maysa87/eventos
docker postgresql postman
Last synced: 4 months ago
JSON representation
Backend Java Spring Boot
- Host: GitHub
- URL: https://github.com/maysa87/eventos
- Owner: Maysa87
- Created: 2024-09-10T14:30:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T01:25:45.000Z (4 months ago)
- Last Synced: 2025-02-14T01:26:53.835Z (4 months ago)
- Topics: docker, postgresql, postman
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eventos
Projeto CRUD usando Java Spring## Usage
1. Start the application with Maven
2. The API will be accessible at http://localhost:8080## API Endpoints
The API provides the following endpoints:```markdown
GET /product - Retrieve a list of all data.POST /product - Register a new data.
PUT /product - Alter data.
DELETE /product/{id} - Inactivate data.
```## Database
PostgresSQL as the database. The necessary database migrations are managed using Flyway.