Add user creation Adds simple creation of users that have a username, password, and an email. The password is managed by Rail's `has_secure_password`. See merge request !2
Initial Gems and Setup Install necessary gems and set them up appropriately. Mainly testing environment and design type stuff. See merge request !1