-
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)
}
-
As a developer, I want to integrate an external event API (such as Eventbrite or Meetup) with the Event CRUD operations in the application, so users can access a variety of external events and manage …
-
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…
-
![image](https://github.com/user-attachments/assets/a9d1e350-1c0c-4d07-b62e-1b15d422d4fe)
### 기능 개요
회원의 개인정보를 관리하는 기능을 구현합니다. 이 기능은 사용자의 커뮤니티 계정 정보, 알러지 정보, 신체 정보를 효율적으로 관리하며, 추가적인 기능 확장을 고려한 설계로 …
-
- Create API endpoints for CRUD (Create, Read, Update, Delete) operations to interact with Firebase data
-
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…