This repo consist of both frontend and backend task mentioned here. Here, in frontend instead of using discovery_page.json, I fetch data from backend using Helsinki coordinates i.e lat=60.1709&lon=24.941 for displaying restaurants based on popularity, new and nearby.
- node
- npm
git clone https://github.com/adityagyawali/wolt-task.git- Install project dependencies on backend
npm i- Install project dependencies on frontend
npm run frontend:install npm run build:ui npm start4. Navigate to http://localhost:8000
npm run test- Change directory to frontend
cd frontend- Run tests
npm run test