Skip to content

adityagyawali/wolt-task

Repository files navigation

Wolt summer internship 2021 task

Description

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.

Running on your local machine

Requirments

  • node
  • npm

1. Clone the project

git clone  https://github.com/adityagyawali/wolt-task.git

2. Install depencies

  1. Install project dependencies on backend
  npm i
  1. Install project dependencies on frontend
  npm run frontend:install

3. Compile and serve frontend build for backend

  npm run build:ui

3. Launch

  npm start

4. Navigate to http://localhost:8000

Running tests

Backend

  npm run test

Frontend

  1. Change directory to frontend
cd frontend
  1. Run tests
  npm run test

Navigate to https://wolt-fullstack.herokuapp.com/ to see live version deployed in heroku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published