yarn install
yarn serve
yarn build
yarn lint
yarn install
yarn serve
Run following file:
ShareDBServer/main.js
mongo -u admin -p --authenticationDatabase admin <- Opening Shell with user "admin" use admin <- Grant your shell instance admin rights
Enable the Service systemctl enable nodeserver.service
Start the service systemctl start nodeserver.service