upes-open / OSoC-24-BizSync

GNU Affero General Public License v3.0
2 stars 12 forks source link

Supplier Management API #19

Open Akki019 opened 6 days ago

Akki019 commented 6 days ago

Develop the backend API for Supplier Management, including endpoints for retrieving, adding, and updating supplier details.

Requirements:

GET /api/suppliers: Retrieve a list of all suppliers. POST /api/suppliers: Add a new supplier. PUT /api/suppliers/:id: Update an existing supplier.

Database Schema:

Supplier: name (String) contactInfo (Object) email (String) phone (String) status (String)

Perform unit testing using Postman

Saga690 commented 1 day ago

Can I work on this?

Akki019 commented 9 hours ago

@Saga690 You can work on this