/project-tracker

A website that takes employers and projects as input. many projects can have many employers and many employers can equally have many projects

Primary LanguageRuby

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/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.

License

GNU GPL v2. Copyright 2015 Moringa School

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