Skip to content

MacKLess/volunteer_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volunteer Tracker

_Epicodus solo coding project, Ruby week 3 9/22/17

By L. Devin MacKrell

Description

This app will allow the user (a non-profit employee) to track projects and associated volunteers as well as to assign volunteers to a project.

Setup/Installation Requirements

  • Clone to terminal from: [github.com/MackLess/volunteer_tracker] (https://github.com/MacKLess/volunteer_tracker.git)
  • Make sure Postgres is installed and running (instructions here)
  • Create a database volunteer_tracker_development by running the command createdb -T template0 volunteer_tracker_development
  • Run the command psql volunteer_tracker_development < my_database.sql in the project root directory
  • Run the command ruby app.rb in the project root directory
  • Open localhost:4567 in your preferred web browser

Known Bugs

There are no known bugs at this time; however, this is a work in progress.

Support and contact details

If you run into any issues or have questions, ideas or concerns, or if you would like to make a contribution to the code, please contact ldmackrell@gmail.com

Technologies Used

This app was built using Ruby, Sinatra, and SQL.

License

Copyright (c) 2017 L. Devin MacKrell

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 solo coding project Ruby, SQL week 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published