Skip to content

Epicodus | Ruby on Rails Basics Independent Project | Bibliotherapy App to Prescribe Therapeutic Books for LIfe's Ailments

Notifications You must be signed in to change notification settings

yasskin/bibliotherapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bibliotherapy

Ruby on Rails Basics Independent Project

By Noah Yasskin

#Description

A web app that guides you to those amazing but often elusive works of literature, both past and present, that have the power to enchant, enrich and inspire.

Requirements Complete
Does your code meet general coding standards (commits, spacing, naming, etc)? --
Is there thorough test coverage - unit and integration? --
Do your routes follow proper convention including a root route? --
Is your application logic in the models (not the controller)? --
Did you use success and error flash messages? --
Are form and route helpers present and functioning? --
Does the app use the asset pipeline for Bootstrap/CSS? --
Does the application work? --
  • Ruby version

ruby 2.2.3p173 (2015-08-18 revision 51636)

  • System dependencies

  • Configuration

  1. Clone the repository from GitHub
$ https://github.com/yasskin/.git
  1. bundle
$ bundle install
  1. Set up the Database
  • In a separate terminal window, start the postgres server:
$ postgres
  • Database creation and pre-population
$ rake db:create
$ rake db:migrate db:test:prepare
$ rake db:seed
  • In yet another terminal, launch the Rails server
$ rails server

Known Bugs

  • No known bugs

Devise resources

Devise README http://devise.plataformatec.com.br/

Devise How Tos https://github.com/plataformatec/devise/wiki/How-Tos

How to test with Capybara https://github.com/plataformatec/devise/wiki/How-To:-Test-with-Capybara

Support and contact details

If you run into any issues or have questions, ideas, or concerns, please feel free to contact Noah:

License

MIT License

The MIT License (MIT) Copyright (c) 2016, Maarja Laineste, Caleb Stokka, Sky Rousse, and Noah Yasskin https://opensource.org/licenses/MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Epicodus | Ruby on Rails Basics Independent Project | Bibliotherapy App to Prescribe Therapeutic Books for LIfe's Ailments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •