https://www.figma.com/file/aUvy3Dn4u3EIZzUFfUa2ireu/Workshop-Chat?node-id=166%3A50
Run npm i
in the root folder, it will install both a server and client.
- Run
npm run server
to start the GraphQL server - Run
npm run client
to start the React app
id
- StringcreationDate
- DatesenderId
- String (id
of a user who sent the message)text
- String
id
- Stringname
- StringavatarUrl
- String | null
users
- list of usersmessages
- list of messages