KyleKellums / pintered-group-project-pin_it_to_win_it

pintered-group-project-pin_it_to_win_it created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modern-frameworks-group-pinterest

Using your mad Angular skillz

You will be broken into teams and your goals is to reverse engineer the basic functionality of Pinterest and build your own version of it.

Priorities

  1. Firebase structure. Flat, flat, flat.
  2. Authentication.
  3. Create board.
  4. Create pin to go on a board.

Firebase structure

 App
  |
  + users
  |---+ -K84hddnjx9v
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- name: "Abraham Ybrimovitz"
  |
  + pins
  |---+ -K84hfurycvb
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- boardid: "-K66hzzzyyyy"
  |   |--- url: "http://www.imgur.com/9rufrniuvnfu2vnefui"
  |   |--- title: "Ha ha, stupid gator"
  |
  + boards
  |---+ -K66hzzzyyyy
  |   |--- uid: "github:jruhfiurnvuienciuwdn"
  |   |--- title: "Stupid animals"

Authentication

Relevent Firebase docs

About

pintered-group-project-pin_it_to_win_it created by GitHub Classroom


Languages

Language:JavaScript 56.9%Language:HTML 37.8%Language:CSS 5.3%