Skip to content

๐Ÿš€๐Ÿ’ฏ The Hacking Project - Database relationships - FreeDoc ๐Ÿง‘โ€โš•๏ธ ๐Ÿฉบ

Notifications You must be signed in to change notification settings

Demian-Wicky/THP_W5D4_FreeDoc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Freedoc (100% finished)

A Ruby on Rails application inspired by Doctolib 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 City.all
tp Doctor.all
tp Patient.all
tp Appointment.all
tp Specialty.all
tp JoinTableDoctorSpecialty.all

About

๐Ÿš€๐Ÿ’ฏ The Hacking Project - Database relationships - FreeDoc ๐Ÿง‘โ€โš•๏ธ ๐Ÿฉบ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages