#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...