Area-16 / fix-bc-test

Refactored example of a really bad code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAGARME-BAD-CODE

Build Status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for production purposes.

Installing

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

Running

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

Running the tests

Use the test script to run the test:

yarn test:live

Coding style

Built With

Author

License

This project is licensed under the ISC License - see the LICENSE file for details

About

Refactored example of a really bad code

License:ISC License


Languages

Language:JavaScript 100.0%