simple web-based application that allows users to create notes, and have a simple authentication interface with email confirmation
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
- the app is using ruby 2.4.0