START EXPLORING, CREATING, AND ATTENDING EVENTS NOW! (EventBrite Clone)
Check it out: https://rails-eventor.herokuapp.com/
-
Ruby version - 2.4
-
Rails version - 5.0.2
-
Database - Postgres
-
Framework - Ruby on Rails
-
Hosted on Heroku
Make sure you have Rails and Git installed on your machine
-
git clone the repo to your local machine
git clone https://github.com/Twinpair/Eventor.git
-
Run
bundle install
to install gems -
Run
rake db:migrate
to migrate the database -
On root path you can run
rails s
to begin server -
Open browser to
localhost:3000
to view application
Once you have the repo on your local machine
-
Run
rake db:migrate RAILS_ENV=test
to migrate the testing enviroment database -
Run
rake test
to verify everything is ok =)