SDMS is a web application for scuba diving club.
Dillinger requires Node.js v10+ to run.
Install the dependencies and devDependencies for the backend server.
cd backend && npm iTo start the backend server...
npm startInstall the dependencies and devDependencies for the frontend server.
cd frontend && npm iTo start the frontend server...
npm start