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.git
Rename .env.example:
mv .env.example .env
Starting the project running in docker
docker-compose up -d
To 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:live
This project is licensed under the ISC License - see the LICENSE file for details