Frontend Routes and Components - fullernle/printsy GitHub Wiki
/
Navbar
SearchBar
Products
/login
SessionForm
/signup
SessionForm
/products/:id
ProductShow
/category/:id/products
ProductIndex
ProductIndexItem
/cart/:id
CartIndex
CartIndexItem
/users/:id
ProfileShow
UserProductIndex
UserProductIndexItem