Skip to content

powercodeacademy/dog-finder

Repository files navigation

An app for finding dogs

DATABASE

Dog t.string :name t.integer :age

Person t.string :name t.string :phone_number

FoundDog t.integer :person_id t.integer :dog_id t.string :location t.string :image_url

FEATURES

  • Index page of found dogs - DONE
  • Create page for found dogs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published