frontend: -cd frontend -npm install -npm run dev backend: -cd backend -npm install -node dbinit.js // To insert the project details -node server.js