TechRetreat / application-portal

Tech Retreat on Rails!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

application-portal

Code Climate Circle CI

The application portal for Tech Retreat 2016.

Ensure you have ruby (>= 2.2.2) and rails installed.

We're using Postgres for our DB. You'll need to download and run it from here.

Install stuff:

$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate

Start the server:

$ rails s

If you want a faster experience, use zeus

About

Tech Retreat on Rails!


Languages

Language:Ruby 70.9%Language:HTML 22.4%Language:CSS 4.2%Language:JavaScript 1.4%Language:CoffeeScript 1.1%