/wiki-map-people

Web application that allows to see where people of a given nationality from wikipedia were born

Primary LanguageJavaScriptMIT LicenseMIT

Wikipedia people place of birth

Find where people from wikipedia from your country were born

license: MIT ci status code style: prettier contribute

About

The following application consumes WikiData resources using SPARQL query. Select a nationality from the dropdown list and application will draw markers on the map allowing you to see where people of the selected nationality, present on english wikipedia were born.

Deployment

When deploying the code locally, you do not need to change any environmental variables. Nevertheless, for production deployment you should specify backend URL for client and server app.

# Client
REACT_APP_PUBLIC_URL="URL_TO_BACKEND" REACT_APP_MODE="prod" yarn build ...or
REACT_APP_PUBLIC_URL="URL_TO_BACKEND" REACT_APP_MODE="prod" npm run build

# Server
PUBLIC_URL="URL_TO_BACKEND" yarn build ...or
PUBLIC_URL="URL_TO_BACKEND" npm run build

Install

yarn bootstrap // or...
npm run bootstrap

Run

lerna run start

Test

lerna run test