Skip to content

Exercises from Wednesday of the fourth week of The Hacking Project.

Notifications You must be signed in to change notification settings

5l1v3r1/thp_make-db-pinterest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Hacking Project - Database of a Pinterest-like Website

🔍 The content

In these exercises, I had to design a database for a Pinterest-like website where :

  • Users can create pins
  • Each pin contains a URL of an image on the net
  • Users can comment on pins, but cannot comment on comments.

After cloning the repository, make sure to do :

$ cd thp_make-db-pinterest
$ bundle install

This will install all the dependencies needed for the exercises.

🏤 The Strasbourgeois Crew

Done in team with @OwwllMan, @zOmegad, @Runefire32 and @BrokenPirate. ❤️


It's an exercise from the TheHackingProject bootcamp.

> www.thehackingproject.org

About

Exercises from Wednesday of the fourth week of The Hacking Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.7%
  • HTML 15.2%
  • JavaScript 3.2%
  • CSS 1.9%