This application is a demonstration application designed to show a many-to-many relationship between employees and projects using Active Record.
Application: Ruby, Sinatra, Active Record
Testing: Rspec, Capybara
Database: Postgres
$ git clone https://github.com/moringaschool/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.
GNU GPL v2. Copyright 2015 Moringa School
Small change to README added to bookmark completion of one-to-many relationship between employees and projects