https://github.com/codealchemy/booklibrary
A demo application for managing a community library
https://github.com/codealchemy/booklibrary
rails ruby
Last synced: about 1 month ago
JSON representation
A demo application for managing a community library
- Host: GitHub
- URL: https://github.com/codealchemy/booklibrary
- Owner: codealchemy
- Created: 2015-01-05T05:16:16.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T16:51:15.000Z (over 4 years ago)
- Last Synced: 2025-04-02T06:13:34.968Z (about 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 6.14 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README  [](https://codeclimate.com/github/codealchemy/BookLibrary)
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