This project is a simple REST API developed using CodeIgniter 4, a lightweight PHP framework known for its high performance and scalability. The API is designed to handle basic CRUD (Create, Read, ...
GET /products 모든 제품 조회 curl http://localhost:8080/products GET /products/{id} 특정 제품 조회 curl http://localhost:8080/products/1 POST /products ...