An open API service indexing awesome lists of open source software.

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

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.