/codewithus

A real-time collaborative code editing environment.

Primary LanguageJavaScriptMIT LicenseMIT

CodeWithUs

A real-time collaborative code editing environment. This project was created for my Hack Reactor 2-day MVP sprint.

MVP Features

  • Multiple users can edit the same file
  • Syntax highlighting
  • Multiple users can work on separate files

Tech Stack

Front-end

Back-end

Getting Started

Clone the app with git clone https://github.com/mikelduffy/codewithus.git. Install MongoDB globally on a mac with brew install mongo and run it in the background with mongod --dbpath ./data --syslog --fork. Then run npm install && npm start and enjoy collaborative code editing!