Skip to content
forked from jess-nash/Pluto

Group project built within 3 weeks at Le wagon Tokyo

Notifications You must be signed in to change notification settings

noliver-ykc/Pluto

 
 

Repository files navigation

Pluto: For happier and healthier pet families

Pluto-main

Introduction

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.

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

View our App live

Pluto

Watch our demo day presentation

Our Dev team: The Plutionians

Project Manager: Kenneth Ashmore

Lead Developer: Jessica Nash

Back End Lead: Tyler Hennig

Front End Developer & Pluto Ideator: Nicole Oliver

About

Group project built within 3 weeks at Le wagon Tokyo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 59.4%
  • HTML 26.7%
  • SCSS 10.5%
  • JavaScript 3.4%