mekomou / chat-app-server

Graphql server for chat app

Home Page:https://chapserver.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chap Server

It's is an Apollo Graphql Server created using typescript which uses postgres as it's database. and is deployed in heroku using docker container.

https://chapserver.herokuapp.com

Client

Flutter app

Checkout the flutter client Chat app flutter

Features

  • signup and signin
  • create individual and group chats and delete them
  • view and add messages
  • notification
  • instant messages(subscriptions using websocket)

Tools used

How to run

Normal

you have to run your postgres server at PORT 5432 then

npm install
npm start

With Docker

first install docker and docker-compose

docker-compose up

in the project directory. then open http://localhost:3350 in your web browser

About

Graphql server for chat app

https://chapserver.herokuapp.com


Languages

Language:TypeScript 96.6%Language:Dockerfile 3.4%