This Api is for the client community chat.
It's made with the Node JavaScript framework Express, GraphQl & Apollo Server.
This api was created for educational purposes.
Address: https://community-chat-api.vercel.app/graphql
findComment
Parameter | Type | Description |
---|---|---|
id_server |
ID! |
Required. Server id |
id_channel |
ID! |
Required. Channel id |
findEmojis
Parameter | Type | Description |
---|---|---|
id |
ID! |
Required. Emoji id |
findServer
findUsersRoles
Parameter | Type | Description |
---|---|---|
id_server |
ID! |
Required. Server id |
getUsers
servers
- NodeJs
- Express
- Apollo Server
- GraphQl
- Twilio
- Nodemon
Development
npm run dev
Production
npm run build