Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.53 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.53 KB

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