Pet Care

Installation

We are using docker to manage our project dependencies, so first you will need to install docker and docker compose.

  1. Clone the repository
git clone https://github.com/jeanfbrito/pet-care.git
  1. Open the project directory
cd pet-care
  1. Build the project
docker-compose build
  1. Run the project
docker-compose up

Access

Open the interface on the browser: http://localhost:3000/

Open the endpoint in JSONAPI: http://localhost:3000/api/v1/pets/

Heroku dyno

Open the interface on the browser: https://pet-care-jean.herokuapp.com/

Open the endpoint in JSONAPI: https://pet-care-jean.herokuapp.com/api/v1/pets/