Git Product home page Git Product logo

volunteer-tracker's Introduction

Volunteer Tracker

This is a simple program that tracks which volunteers are working on what projects

Prerequisites

Web browser with ES6 compatibility Examples: Chrome, Safari

Ruby 2.2.2 Bundler postgres psql

Installing

You can clone this repository to your machine, navigate to the file path in your terminal, and run 'app.rb' by typing '$ruby app.rb'. If you chose to clone the repository, after you run 'app.rb' you will need to copy the localhost path into your web browser. The standard localhost for Sinatra is port 4567.

You will need to run the 'postgres' command in your terminal and then run the 'psql' command so that you have access to create a new database. Then you'll need to run the following commands in their respective orders:

CREATE DATABASE volunteer_tracker; CREATE TABLE projects (id serial PRIMARY KEY, name varchar, description varchar); CREATE TABLE volunteers (id serial PRIMARY KEY, name varchar, project_id int);

then to be able to run the tests, you'll need to run this command:

CREATE DATABASE volunteer_tracker_test WITH TEMPLATE volunteer_tracker;

The program should then be linked with the proper databases and run as expected

Built With

Specifications

behavior input output

Known Issues

  • no known issues at this time

Authors

  • Jason Ainsworth

License MIT

Copyright © 2017 Jason Ainsworth

volunteer-tracker's People

Contributors

jaybones90 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.