Skip to content

React + NextJS + NodeJS + ExpressJS + Graphql + MongoDB

License

Notifications You must be signed in to change notification settings

itsgratien/fullstack-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullStack Chat App

Realtime messaging application

Pre-requisite

Root Directory

  • server: directory which contains backend implementations
  • web: directory which contains web frontend implementations

How to open Frontend (web) ?

  • open vscode and terminal
  • cd web directory
  • run yarn install
  • run yarn dev

How to open Backend (server) ?

  • open vscode and terminal
  • cd server directory
  • run yarn install
  • run yarn dev

UI Images

  • /

  • /home

What are the technologies used ?

Author

gratien

Releases

No releases published

Packages

No packages published

Languages