- First either download this repo or Clone it locally ( btw I prefer cloning the repo )
- cd into the repo ( make sure you are in the
collaboration-serverrepo ) - run
npm install - run
npm run server - Congrats! You socket server is running on PORT
8080
Note: Please make sure you have Docker installed and running on your machine.
- First either download this repo or Clone it locally.
- cd into the repo ( make sure you are in the
collaboration-serverrepo ) - run
docker build -t collaboration-server .in the root folder. - Once the build process is completed, run
docker-compose upin the root folder. - Congrats! You socket server is running on PORT
8080