vixdug / hackdays

https://docs.google.com/document/d/1yBXqEsKMcJLk15WcKSJ6I8bBJZQO1f7nlUfrjJmvCnc/edit?usp=sharing
1 stars 0 forks source link

Admin Area #2

Open vixdug opened 7 years ago

vixdug commented 7 years ago

Create an admin section for the store owner to log in and create a product.

Temporary Basic Auth credentials:

These values should be stored in your .env file

emilyons commented 7 years ago

Does this look like a good way to add an admin? Or is there another method we should consider?

https://everydayrails.com/2012/07/31/rails-admin-panel-from-scratch.html

vixdug commented 7 years ago

@ekerby 👀 I think so, you will use namespace for routes for sure!