chat-app-server
chat-app-server copied to clipboard
Graphql server for chat app
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