Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldotestino/instant-messaging
A real-time chat application
https://github.com/aldotestino/instant-messaging
apollo chakra-ui graphql nodejs prisma react typescript
Last synced: about 2 months ago
JSON representation
A real-time chat application
- Host: GitHub
- URL: https://github.com/aldotestino/instant-messaging
- Owner: aldotestino
- License: mit
- Created: 2020-10-30T23:19:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T11:30:10.000Z (about 3 years ago)
- Last Synced: 2024-04-18T04:10:28.054Z (9 months ago)
- Topics: apollo, chakra-ui, graphql, nodejs, prisma, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Instant Messaging
### A simple realtime chat app
### Stack
* Node.js
* Graphql
* Apollo
* Prisma
* React
* Typescript### Usage
1. In `server` rename `.env.sample` file in `.env` and change JWT_SECRET.
4. Start Docker and then run the command.
```sh
docker-compose up
```
4. The server will start at `http://localhost:4000` and the client at `http://localhost:3000`.
5. The `docker-compose.yml` file is using volumes for both server and client, so there will be live updates when a file changes.