Skip to content

TechRetreat/application-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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