This project was created as part of the course CMPT 372: Web Development II. This repository was imported from our private University GitLab.
A chatting web application that allows Simon Fraser University students to send messages to fellow classmates taking the same courses. Each course has it's own individual chatroom that every student can access.
npm install
npm run serve
npm run build
npm run lint
npx tsc server.ts
node server.js
docker build . -t cmpt372/group3
docker run -d -p 8080:8080 cmpt372/group3