Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.04 KB

National Park Service

Deployed here: National Park Service

View a list of national parks, national monuments, and other natural and cultural resources by state. Based on the official NPS.gov site's Women's History Month landing and park list pages.


Technologies Used

Application: React, Node.js, Express, JavaScript, HTML, CSS
APIs: National Park Service, Mapbox

Install

# Create .env file at the root of your directory and set value of API keys to
    NPS_API_KEY
    REACT_APP_MAPBOX_API_TOKEN

# Install dependencies for server
$ npm install

# Install dependencies for client
$ npm run client-install

# Run the client & server with concurrently
$ npm run dev

# Server runs on http://localhost:5000 and client on http://localhost:3000
Author: RunHannah
License: MIT License