Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prakhar301101/chatbridge-server
A full-stack chat application
https://github.com/prakhar301101/chatbridge-server
Last synced: about 5 hours ago
JSON representation
A full-stack chat application
- Host: GitHub
- URL: https://github.com/prakhar301101/chatbridge-server
- Owner: Prakhar301101
- Created: 2024-07-18T17:18:45.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T04:25:03.000Z (28 days ago)
- Last Synced: 2024-10-21T07:24:08.329Z (28 days ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ChatBridge(Backend)
### Endpoints
#### Auth Services
|HTTP Method|URL|Description|
|---|---|---|
|`POST`|http://localhost:8000/api/users | Create new User |
|`POST`|http://localhost:8000/api/users/login | Log-in User |
|`POST`|http://localhost:8000/api/users/logout | Log-out User |
|`GET`|http://localhost:8000/api/users/me | Get User details |
|`GET`|http://localhost:8000/api/users | Get all Users |
|`GET`|http://localhost:8000/api/messages/:id | Get messages by userId |