Skip to content

vivian1508/chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published