RBeneroff / Bok-Burger-Blog

Burger Blog - MongoDB, JS, Express, Passport
https://bokburgerlist.herokuapp.com/
0 stars 0 forks source link

URL Paths #9

Open RBeneroff opened 8 years ago

RBeneroff commented 8 years ago

DONE

Names of each URL path: localhost:3000 ==> / - Admin & Visitor homepage /joints - index page of all burger posts by restaurant (list) /burgers - index page of all burger posts by image (showcases images- also list) /about - about Admin page /:id - individual burger show pages (each burger post has a unique ObjectId) /:id/edit - Admin page ONLY - individual burger edit page /new - Admin page ONLY - create a new burger post /email - when click link in footer you are brought to a form where you can sign up for email alerts /register - until Admin is hard coded, I have a separate page for registering