This is a project for my Flatiron School Rails Capstone. My motivation for it is to setup a classroom library system for my partner who has trouble keeping track of her books. It will be under continual development, adding various features over time.
-
To use; clone, bundle, rails db:migrate and use rails server. This must be used in a browsers incognito mode. I recommend setting up your own initial admin account in the seed file.
-
If you find an issue with the code please file an issue with a pull request.
-
RUBY VERSION ruby 2.5.0p0
-
DEPENDENCIES bcrypt (
> 3.1.7) bootsnap (>= 1.1.0) byebug capybara (>= 2.15, < 4.0) chromedriver-helper coffee-rails (> 4.2) dotenv-rails jbuilder (> 2.5) listen (>= 3.0.5, < 3.2) omniauth omniauth-google-oauth2 omniauth-tumblr omniauth-twitter! pry puma (> 3.11) rails (> 5.2.0) sass-rails (> 5.0) selenium-webdriver spring spring-watcher-listen (> 2.0.0) sqlite3 turbolinks (> 5) tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0)- This project has been licensed under the MIT open source license.