Demian-Wicky / THP_W5D4_Air-Dog-n-Dog2

πŸš€πŸ’― The Hacking Project - db relationships - Air-Dog-n-Dog 🐩 🧍 πŸ•

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air-Dog-n-Dog (100% finished)

A Ruby on Rails application inspired by airbnb containing a relational database. The data comes from the db>seeds.rb file.

Table of contents

General info

Made during The Hacking Project course on Week5 Day4.

Technologies

Project is created with

  • Ruby on Rails 5.2.3

Setup

First, go to the RoR project folder and type:

bundle install

then enter the console:

rails c

You can now display all the tables with the table_print gem

tp Dog.all
tp Dogsitter.all
tp City.all
tp Stroll.all

About

πŸš€πŸ’― The Hacking Project - db relationships - Air-Dog-n-Dog 🐩 🧍 πŸ•


Languages

Language:Ruby 76.1%Language:HTML 13.5%Language:JavaScript 8.7%Language:CSS 1.7%