-
Implementar el servicio de posts utilizando una API con operaciones CRUD (Crear, Leer, Actualizar, Eliminar).
-
Implementar el servicio de usuarios utilizando una API con operaciones CRUD (Crear, Leer, Actualizar, Eliminar).
-
- mysql db 연동
- mybatis mapper 사용
- postman으로 api 정상 동작 유무 테스트 해오기
- github copilot 연동하기(https://effortguy.tistory.com/227)
-
### Description
As per the architectural change, the backend logic of api metadata APIs needs to be moved to the node application.
APIMetadata api is for CRUD operations related to the API's metada…
-
event creation api : should take in the
{
title
date
description
image (optional)
event link
location (map)
}
-
Objective:
Design, implement, and test RESTful API endpoints for managing events and user-related data in the application.
Description:
This task focuses on building the back-end APIs to handle e…
-
- Create API endpoints for CRUD (Create, Read, Update, Delete) operations to interact with Firebase data
-
Crie uma API Rest com Node.js e Nest
Itens a serem considerados:
- CRUD de Usuários
- CRUD de qualquer outra entidade que desejar.
- Autenticação
- Pelo menos um nível de autorização
- Uma rot…
-
hello @mevdschee
When i call php-crud-api "http://XXXXXXXXXX/records/test", i constate that php-crud-api sort data by the first col.
I don't want sort.
How do to no sort by the first col by de…
-
event deletion api : should take in the
{
event id
}