Doctiste -

📰 The content

we created a database, with a rails application, using the ActiveRecord gem.

After cloning the repository, make sure to do :

$ cd TheHackingPinterest
$ cd TheHackingPinterest
$ bundle install
$ rails db:migrate
$ rails db:seed

This will install all the dependencies needed for the exercises and create the database.

💎 Gems

in this project we use :

source "https://rubygems.org"
rails '5.2.1'
gem 'faker'

you can find all the gems in the Gemfile in this directory :

BlogTHP/Blog/Gemfile

🏤 The Strasbourg Crew 💪

Done with @zOmegad, @BrokenPirate, @mxrch, @Runefire32, and myself @OwwllMan


It's an exercise from the TheHackingProject bootcamp.

> www.thehackingproject.org