Skip to content

adesege/market-data-frontend

Repository files navigation

A Mini Market Data Bank to show Food Market location

Haversine formula is used to search for nearest market location. Read more about it here

Installation

# Install dependencies
$ yarn install

# Copy and rename .env.sample to .env
$ cp .env.sample .env

Create Google API key by following the instructions here

Running the app

# development
$ yarn start:dev

App can be accessed via http://localhost:9000 in development environment.