Skip to content

cotnw/codiff-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.