/mobilecause-test

simple web-based application that allows users to create notes, and have a simple authentication interface with email confirmation

Primary LanguageRuby

MobileCause Test

simple web-based application that allows users to create notes, and have a simple authentication interface with email confirmation

Installation

Clone the app

git clone repo_url

run the bundle to install all gems and dependencies

bundle install

and run this to init the database structure

rails db:create
rails db:migrate

with this you can now start the application with

rails s

Comments

  • the app is using ruby 2.4.0