Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 403 Bytes

Build Better

As an admin user you can:

  • create, update, and delete a project
  • assign and unassign people to a project
  • view all of the projects your company has

As a regular user you can:

  • view all of the projects you're assigned to
  • see all of the people that are on the project
  • see a show page for a project

Development:

  • bundle install
  • rails s
  • to run tests - bundle exec rspec