A site that organizes projects by coordinating volunteers
- Clone the repo
- Make a new branch
- Commit and push your changes
- Create a PR
-
First run this code in the terminal to create a new database from the file in repo:
createdb [volunteer_tracker] -
Then run this code to establish the database from the file into the created one:
psql [volunteer_tracker] < database_backup.sql -
Then run this code in the terminal to create a test database from the one created:
createdb -T [volunteer_tracker] [volunteer_tracker_test]
- Ruby 2.4.1
- rspec
- Sinatra
- Capybara
- As an employee, I want to view, add, update and delete projects.
- As an employee, I want to view and add volunteers.
- As an employee, I want to add volunteers to a project.
This software is licensed under the MIT license.
Copyright (c) 2018 Eric Shull