Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 812 Bytes

CoDiff API

REST API for CoDiff - a VSCode extension that has live access to all your teammates' local changes, greatly improving communication: it notifies you of conflicts with teammates as they occur. Download the extension from here.

Dependencies

  • axios
  • cors
  • dotenv
  • express
  • mongoose
  • nodemon
  • socket.io

Run it locally

  1. Run npm i
  2. Create a new file .env and fill it with variables from .env.example.
  3. Run npm run dev

Contributing

We, as developers, want to give you the best possible user experience, and thus we encourage you to open issues on our GitHub repository for any bugs, crashes, or anomalous behavior which you face.

Extension repository is available here.