Pets are precious living creatures and there are lots of things you need to do to make sure they live both happy and healthy lives.
Pluto is a one stop app where you can log your pets medical information, make daily journal entries and much more. Furthermore, Pluto makes it easy to share this information between family members and pet sitters alike.
This app was made with love by Our Pluto Team as the final project for Le Wagon Tokyo #batch848.
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s