https://github.com/hritvik-mohan/crm-api
CRM API
https://github.com/hritvik-mohan/crm-api
api crud expressjs javascript rest-api
Last synced: about 2 months ago
JSON representation
CRM API
- Host: GitHub
- URL: https://github.com/hritvik-mohan/crm-api
- Owner: Hritvik-Mohan
- Created: 2023-02-22T15:01:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T20:35:45.000Z (over 3 years ago)
- Last Synced: 2025-06-20T06:07:43.992Z (about 1 year ago)
- Topics: api, crud, expressjs, javascript, rest-api
- Language: JavaScript
- Homepage: https://crm-api-deg3.onrender.com/api/customers
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM Application API
This is the documentation for the API of our CRM (Customer Relationship Management) application. The API allows developers to interact with the CRM application and perform CRUD (Create, Read, Update, Delete) operations on customers.
The API is designed to be RESTful, meaning that it uses standard HTTP methods (GET, POST, PUT, DELETE) to interact with resources. All responses are returned in JSON format.