Hello, and welcome to the repo for http://wdiconf2016.herokuapp.com 🎪 The WDI Conference is a hypothetical conference that GA web development (WDI6) immersive students were tasked with building the website for. The idea behind our 'conference', is to use a crowdfunding technique encouraging sponsors to contribute, and therefore reduce the price of the tickets for attendees of the conference. It also has the added bonus of automating the sponsorship process, so the conference organizers can get on with planning an epic event. To see more information, check out the website.
- Ruby on rails
- Sass
- Javascript & jQuery
- Image magick
- Stripe (payment gateway)
- Proressbarjs (chart animation library)
- Postgres (database)
If you would like to clone / fork our repo, here are the installation steps:
- Clone or fork (:stuck_out_tongue_closed_eyes:)
- Make sure you have Ruby, Ruby on Rails & Postgres installed
- Run
rake db:create - Run
rake db:migrate - Run
rake db:seed - Run
bundleto install the app's dependencies - Start your rails server with
rails sand check out on port 3000 💥