views:

61

answers:

1

Hi,

I need to make a basic user management system for my application using Sinatra but I'm not sure how I should think about it.

It needs to:

  • Register User

  • Login User

How should I think about it? This shouldn't be hard, I'm just very new to all this.

Thank you.

+1  A: 

are you able to use Padrino? It's got built-in admin with every app you create. Watch the video.

stephenmurdoch
`padrino g admin` is all you need to do to get an admin resource up and running - and it's all built on top of sinatra
stephenmurdoch
didn't know about padrino, very nice. However, I really need to make a custom solution, at least to be able to understand how it works.
donald
stephenmurdoch