jeanfbrito / pet-care

Home Page:https://pet-care-jean.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

https://pet-care-jean.herokuapp.com/


Languages

Language:Ruby 83.6%Language:HTML 14.3%Language:JavaScript 1.3%Language:Dockerfile 0.7%Language:CSS 0.1%