Food order website (WSA) Steps terminal-1$ cd frontend terminal-1/frontend$ npm i terminal-1/frontend$ npm start terminal-2$ cd Backend-obfuscated terminal-2/Backend-obfuscated$ npm i terminal-2/Backend-obfuscated$ npm start Importing base dataset into MongoDB Open MongoDB Compass (easier to work with). Connect to the mongodb://localhost:27017/ (ensure backend is running). There will be a internship folder, in which empty databases will be initialized. Select any one of them (For example: restaurants). Click on Add Data -> Import JSON/CSV -> select the Database\Internship.restaurants.json (for this example). The data from the JSON file will be loaded into the mongoDB database. Do the same for the remaining 2 JSON files in the Database folder.