https://github.com/beautiful-code/daily_recap
https://github.com/beautiful-code/daily_recap
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beautiful-code/daily_recap
- Owner: beautiful-code
- Created: 2017-06-15T05:34:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T17:13:40.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T04:26:55.407Z (over 1 year ago)
- Language: Ruby
- Size: 123 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.