Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 564 Bytes

File metadata and controls

42 lines (30 loc) · 564 Bytes

Event App

Ruby on Rails

This application requires:

  • Ruby 2.4.0
  • Rails 5.2.3

Learn more about Installing Rails.

Getting Started

git clone https://github.com/aliumairdev/event_app.git
cd event_app

Setup

bin/setup

Run this again if you want a clear instance of database.

Server

rails s

Run Test Suite/ Rspec

rspec

Specs covers following test cases:

  • Models specs
  • Routing specs
  • Views specs
  • Requets specs