Skip to content

aku019/Chat-App-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Say Chat

Learning Outcomes

  • Web Sockets
  • API's in Graphql
  • Pub Sub with Graphql
  • Exposure to Material UI
  • Appolo client
  • Prisma as ORM

P.S. This was deployed on Heroku, before they started to charge for it. The link that doesnt work anymore - Link

Tech Stack

  • Express
  • Node
  • React
  • SQL(MySQL/Postgres)
  • Prisma

How to run it on local

Simple, just clone it and then for each backend and frontend install the packages and start the server.

Follow the commands -

cd backend
npm install
nodemon server2.js
# open a new terminal and make sure you are in parent directory
cd frontend
npm install
npm run build

Frontend would start on 3000 port and Backend on 4000.

The Application

Sign Up then Log in and Chat with your friends just like Babar and Virat :)
Screenshot 2023-10-01 at 10 24 38 PM Screenshot 2023-10-01 at 10 24 00 PM Screenshot 2023-10-01 at 10 23 27 PM

Screenshot 2023-10-01 at 10 22 26 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors