Skip to content
forked from wvance/jetapp

Idea management system! First large scale project I created to learn Ruby on Rails.

Notifications You must be signed in to change notification settings

webfactorymk/jetapp

 
 

Repository files navigation

README

This is our CSCE 431 Application. It's purpose is to improve students ideas, before they get involved with 3DayStartup.

To view this application on your own machine follow these steps:

You should now be able to see our application in your browser

Running Tests

Preconditions: Please make sure you have the rails server running

  • Move to the JetPack (or JetApp) directory

  • Run:

    `bundle exec cucumber dir/to/the/feature`
    
  • Example:

    `bundle exec cucumber feature/add_comment.feature`
    
  • Note: For a successful test, all steps must indicate GREEN

About

Idea management system! First large scale project I created to learn Ruby on Rails.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 56.7%
  • HTML 37.0%
  • CSS 3.2%
  • JavaScript 1.4%
  • Other 1.7%