Volunteer Tracker

By: Antonio Cruz

Description

This is an application that will allow the user to track current projects and those projects' volunteers.

Setup

  1. If you would like to view this project locally... :

  2. Visit this link https://github.com/assassin56/ruby-friday_project9

  3. Clone this repo by selecting the "clone or download" button. This will allow you to copy the repo's link.

  4. While on the command line in your terminal, enter "git clone" followed by the copied url.

  5. Enter "ls" to show a list of files and documents. One of them will be labeled "ruby-friday_project8. Use "cd" followed by the project directory name to navigate there.

  6. While in project directory, run the command "bundle"

  7. Run "ruby app.rb" to open the server."

Specs

Non-profit employees can view the projects
Non-profit employees can add to the projects
Non-profit employees can update the projects
Non-profit employees can delete the projects
Non-profit employees can view volunteers
Non-profit employees can add volunteers to a project

Known Bugs

app.rb currently has no routes, and integration specs, along with views, have not yet been applied.

Technology

  • Git
  • GitHub
  • Gem
  • Ruby
  • Rspec
  • Capybara
  • Sinatra
  • Sinatra-contrib
  • Pry

Legal

MIT License

Copyright (c) 2020 Antonio Cruz

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.