codealchemy / BookLibrary

A demo application for managing a community library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README CI Code Climate

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

  • Rails version: 6.0

  • Configuration

  • Postgres Database

  • Sendgrid for ActionMailer (sendgrid gem) https://github.com/stephenb/sendgrid

  • Database creation - to set up the database:

  • run rake db:create

  • then rake db:migrate

  • Deployment instructions

  • This project uses dotenv for environment variables, more here: https://github.com/bkeepers/dotenv

About

A demo application for managing a community library


Languages

Language:Ruby 90.1%Language:HTML 9.9%Language:JavaScript 0.0%