Pet Care
Installation
We are using docker to manage our project dependencies, so first you will need to install docker and docker compose.
- Clone the repository
git clone https://github.com/jeanfbrito/pet-care.git
- Open the project directory
cd pet-care
- Build the project
docker-compose build
- 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/