adityachugh / SocketQuill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketQuill

Simple collaborative note taking app.

How to Run

1. Server

cd SocketQuill-Server
npm install
npm start

2. Client

cd SocketQuill-Client
npm install
npm start

3. Open Browser

Navigate to http://localhost:4200. To test collaboration, open the site on 2 separate browsers, and join the same document.

Technologies

Backend

  • Node.js
  • Express
  • Socket.io

Frontend

  • Angular
  • Bootstrap
  • Quill

About


Languages

Language:TypeScript 61.8%Language:JavaScript 26.1%Language:HTML 7.0%Language:CSS 5.1%