Skip to content

samnymr/Eventor

 
 

Repository files navigation

Eventor Build Status

START EXPLORING, CREATING, AND ATTENDING EVENTS NOW! (EventBrite Clone)

Check it out: https://rails-eventor.herokuapp.com/

Application / Version Information

  • Ruby version - 2.4

  • Rails version - 5.0.2

  • Database - Postgres

  • Framework - Ruby on Rails

  • Hosted on Heroku

Deployment Instructions

Make sure you have Rails and Git installed on your machine

  1. git clone the repo to your local machine git clone https://github.com/Twinpair/Eventor.git

  2. Run bundle install to install gems

  3. Run rake db:migrate to migrate the database

  4. On root path you can run rails s to begin server

  5. Open browser to localhost:3000 to view application

Testing

Once you have the repo on your local machine

  1. Run rake db:migrate RAILS_ENV=test to migrate the testing enviroment database

  2. Run rake test to verify everything is ok =)

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 59.5%
  • HTML 37.7%
  • CSS 1.9%
  • JavaScript 0.9%