caseydailey / d18-pinterest-william-casey-adam

pinterest clone with angular, bootstrap, and firebase

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

pinterest clone with angular, bootstrap, and firebase


Languages

Language:JavaScript 52.3%Language:HTML 45.5%Language:CSS 2.1%