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

https://github.com/martinpcdev/postmanagementapi

API rest creada para el manejo de blogs e interacciones
https://github.com/martinpcdev/postmanagementapi

api-rest crud-api docker java relational-databases spring-boot

Last synced: 2 months ago
JSON representation

API rest creada para el manejo de blogs e interacciones

Awesome Lists containing this project

README

          

# Post Management

https://roadmap.sh/projects/blogging-platform-api

## Indicaciones

1. run docker compose up
2. En el Postman usar la URL http://localhost:3000/api/v1/post

### Funcionalidades

- GET ALL POST
- GET BY CATEGORY
- GET BY CONTENT
- GET BY TAGS
- GET BY ID
- CREATE
- UPDATE
- DELETE

### BODY

- TITLE: String (4 a 100 caracteres)
- CONTENT: String (min 10 caracteres)
- CATEGORY: String (TECHNOLOGY,GAMES,NEWS,SHOPPING)
- TAGS: Array de Strings (min 4 caracteres)