Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 736 Bytes

This project has two parts:

  • Server
  • Client

Server

This is a back-end with expressjs [https://expressjs.com/] and graphql. We use MongoDB as database with three collections:

  • Users
  • Chats
  • Messages

Server is running on port: 5050

Client

The front-side with reactjs, typescript, graphql, apolloclient, etc...

Run back-end:

Run front-end:

Open a new terminal and goto to the "chatapp-client" and follows the instructions below: $ cd chatapp-client $ npm install $ npm run dev