https://github.com/ydv-ankit/chatting-server
https://github.com/ydv-ankit/chatting-server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydv-ankit/chatting-server
- Owner: ydv-ankit
- Created: 2024-05-10T14:46:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T03:39:32.000Z (over 1 year ago)
- Last Synced: 2024-12-28T07:37:00.335Z (9 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## -> User APIs
route | method | description |
| ----------- | ----------- | ----------- |
| `/api/users/get/all` | ***GET*** | get all users
| `/api/users/:id` | ***GET*** | get user by id
| `/api/users/create` | ***POST*** | create new user
| `/api/users/:id` | ***PUT*** | update user details
| `/api/users/:id` | ***DELETE*** | delete a user