BookLibrary is a Ruby on Rails application to manage a library of items that are checked out and in by users.
Application basics:
Ruby version:
2.6Rails version:
6.0Configuration
Postgres Database
Sendgrid for ActionMailer (sendgrid gem) https://github.com/stephenb/sendgrid
Database creation - to set up the database:
run
rake db:createthen
rake db:migrateDeployment instructions
This project uses dotenv for environment variables, more here: https://github.com/bkeepers/dotenv