Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 422 Bytes

Pokemon API

This is primarily an experiment with Docker, Koa and Veekuns Pokedex data.

Running

In order to run this image, you'll need to create a database.env file containing the following values:

POSTGRES_USER=<username for postgresql db>
POSTGRES_PASSWORD=<password for postgresql db>
POSTGRES_DB=<name of the postgresql db>

And once that's in place you can use Docker Compose:

docker-compose up