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 installto install gems -
Run
rake db:migrateto migrate the database -
On root path you can run
rails sto begin server -
Open browser to
localhost:3000to view application
Once you have the repo on your local machine
-
Run
rake db:migrate RAILS_ENV=testto migrate the testing enviroment database -
Run
rake testto verify everything is ok =)