Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 451 Bytes

logger

Daily Recap manager

How to run the app locally?

Dependencies

Install ruby 2.3.1 using the following command rvm install 2.3.1 Install mysql locally using homebrew gem install bundler # Installs bundler bundle install # Installs the gems

bundle exec rake db:create # To create the database

bundle exec rake db:migrate # To run the migrations

bundle exec rails s # Start the rails server.

Open 'http://localhost:3000' in your browser.