In backend/config/default.json change the mongoURL according to your device. Run Express Backend: cd backend/ npm install npm run server Run React Frontend: cd frontend/ npm install npm start Navigate to http://localhost:3000/ in your browser.