Skip to content

IUCN Red List of Threatened Species API with react in docker

Notifications You must be signed in to change notification settings

marzien/RedList-API-dockernized

Repository files navigation

Quick Start

# Install dependencies
npm install

# Run the React client
npm start

# Client runs on http://localhost:3000

Project should have globar variable file .env with content:

REACT_APP_API_KEY=<YOUR_KEY_GOES_THERE>

Docker image

Fire up container:

docker-compose up

Testing

Run all tests:

npm test

About

IUCN Red List of Threatened Species API with react in docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published