jar2333 / EventAware

A Rails webapp for finding, advertising, and joining events around Columbia University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Team members:

  • Surya Akella (sa4084)
  • Tarang Rakesh Jain (trj2122)
  • Jose Ramos (jar2333)
  • Aarushi Jain (aj3087)

Instructions to install dependencies:

  • bundle install

Instructions to run test suite:

  • bundle exec cucumber to run cucumber tests (user stories)
  • bundle exec rspec to run rspec tests

Services (job queues, cache servers, search engines, etc.)

  • Search engine (filter events)
  • Create events
  • Edit events
  • Login
  • New user Registration
  • Visit user profile
  • Follow/un-follow
  • Chat (post message for event)

Testing Instructions

  • First we Clear the Database bin/rake db:drop
  • Then we create the database bin/rake db:create
  • Then we migrate the database bin/rake db:migrate
  • Run the cucumber tests using bundle exec cucumber
  • Run the rspec tests usingbundle exec rspec

Deployment instructions

Github Link

Project Demo URL:

Slide Deck for Project Demo:

About

A Rails webapp for finding, advertising, and joining events around Columbia University


Languages

Language:Ruby 46.0%Language:HTML 45.7%Language:Gherkin 6.0%Language:CoffeeScript 0.7%Language:SCSS 0.6%Language:JavaScript 0.6%Language:CSS 0.4%