An open API service indexing awesome lists of open source software.

https://github.com/beautiful-code/daily_recap


https://github.com/beautiful-code/daily_recap

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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.