Blocipedia is a web application for creating and editing public and private wikis. The application will allow users to select from a free plan and a premium plan.
Problem
User story 1: Users should be able to sign up for an account by creating a username and providing their email and a password.
Using the Devise gem, one can easily create a way for users to create accounts for a web application. Devise also helps with authentication.