PROGRESS is a Rails app that allows a dev to track their progress through software books.
It will hopefully take away some of the pain of leaving a book after a couple of chapters and then trying to come back weeks later.
-
tdh-progress.herokuapp.com/books //add books here
-
tdh-progress.herokuapp.com/bookmarks //add bookmarks here
-
Ruby version
ruby 2.0.0p353
-
System dependencies
nothing crazy, the isbndb gem
-
Configuration
-
clone the repo
-
run ‘bundle install’
-
create a db and development adapter
-
???
-
Database creation
The db runs on postgres so you’ll want to make a development adapter for sqlite (or whatever)
-
Database initialization
-
Deployment instructions
I’ll deploy to heroku off of the master branch
-
To contribute
-
create a branch and name it after your feature/bug fix
-
push it up and make a pull request.