Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.