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.
- 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 commandcreatedb -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
There are no known bugs at this time; however, this is a work in progress.
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
This app was built using Ruby, Sinatra, and SQL.
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.