employees-projects

This application is a demonstration application designed to show a many-to-many relationship between employees and projects using Active Record.

Technologies Used

Application: Ruby, Sinatra, Active Record
Testing: Rspec, Capybara
Database: Postgres

Installation

$ git clone https://github.com/epicodus-lessons/employees-projects

Install required gems:

$ bundle install

Create databases:

rake db:create
rake db:schema:load

Start the webserver:

$ ruby app.rb

Navigate to localhost:4567 in browser.

License

GNU GPL v2. Copyright 2015 Epicodus

Small change to README added to bookmark completion of one-to-many relationship between employees and projects