Bu repo, Node.js ve Express.js kullanarak basit bir e-ticaret sitesinin RESTful API ve CRUD operasyonlarını anlatmaktadır.
git clone https://github.com/VenoMexx/NodeJS-RESTful-Ecommerce-Example.git
cd NodeJS-RESTful-Ecommerce-Example
npm i express
node app.js
- Ürün Listesi:
GET /products
- Ürün Detayı:
GET /products/:id
- Ürün Ekle:
POST /products
- Ürün Güncelle:
PUT /products/:id
- Ürün Sil:
DELETE /products/:id
Her türlü katkı ve soru için GitHub üzerinden iletişime geçebilirsiniz.