Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydv-ankit/chatting-server
https://github.com/ydv-ankit/chatting-server
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydv-ankit/chatting-server
- Owner: ydv-ankit
- Created: 2024-05-10T14:46:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T12:32:30.000Z (8 months ago)
- Last Synced: 2024-05-19T13:40:46.067Z (8 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