familon16 / Sinatra-Skeleton-w-prebuilt-Authentication-Bootstrap-3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Sinatra Skeleton with prebuilt Authentication + Bootstrap 3.0#

  • Migration and model exists for User
  • Ready seed file and currently generates 10 fake users.
  • Passwords are encrypted using Bcrypt.
  • All passwords are set to "password" for testing purposes.
  • User must provide: first name, last name, email address, and password while registering
  • User logs in with email address and password
  • Upon successful login, user is redirected to profile page
  • This is a template showcasing the optional theme stylesheet included in Bootstrap.
  • Use it as a starting point to create something more unique by building on or modifying it.
  • All Bootstrap 3.0 files are located under public/bootstrap

Feel free to make any modifications...

About


Languages

Language:HTML 71.3%Language:Ruby 26.7%Language:CSS 1.9%Language:JavaScript 0.1%