Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thvroyal/chat-app-apollo
Build a Chat App with NodeJS, React & GraphQL
https://github.com/thvroyal/chat-app-apollo
Last synced: 29 days ago
JSON representation
Build a Chat App with NodeJS, React & GraphQL
- Host: GitHub
- URL: https://github.com/thvroyal/chat-app-apollo
- Owner: thvroyal
- Created: 2021-05-05T17:55:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T02:10:38.000Z (over 1 year ago)
- Last Synced: 2024-10-19T14:44:04.619Z (3 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Chat app
I build a Chat app like Instagram to learning GraphQL
## Tech Stack
**Client:** React, Redux, ChakraUI
**Server:** NodeJS, Apollo
## Installation
Install chat-app-apollo with npm
```bash
npm install chat-app-apollo
cd chat-app-apollo
```Start server on localhost:4000
```bash
npm run dev
```