These instructions will get you a copy of the project up and running on your local machine for production purposes.
A step by step that gets you a production environment running:
Clone the project:
git clone https://github.com/dougtq/pokemon_api.gitRename .env.example:
mv .env.example .envStarting the project running in docker
docker-compose up -dTo validate if the service has gone up, just make an HTTP request by the GET method at http://0.0.0.0:3000/healthcheck
Use the test script to run the test:
yarn test:liveThis project is licensed under the ISC License - see the LICENSE file for details