Skip to content

An application that tracks projects and volunteers working on them (Epicodus Week 3 Code Review)

Notifications You must be signed in to change notification settings

codemargaret/volunteer_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volunteer Tracker

An application that tracks projects and volunteers working on them, 09.22.2017

By Margaret Berry

Description

This application enables a nonprofit to keep track of the volunteers working on a project. Each project can have many volunteers, but each volunteer only has one project at a time.

Setup/Installation Requirements

To access this application, first clone this repository. Then create a copy of the database by completing the following steps:

  • Open Terminal
  • Run these commands:
  • createdb volunteer_tracker
  • psql volunteer_tracker < database_backup.sql
  • createdb -T volunteer_tracker volunteer_tracker_test

Known Bugs

There are no known bugs at this time.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • Ruby
  • Sinatra
  • SQL
  • Postgres

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry

About

An application that tracks projects and volunteers working on them (Epicodus Week 3 Code Review)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published