Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |