Skip to content

rafaelzlisboa/awayday

 
 

Repository files navigation

A submission system for the Away Day Brazil.

Running

awayday requires Mongo. to install it (on OSX):

  brew install mongodb

to install the dependencies of the project:

  bundle

and, finally, start mongodb and the app server:

  mongod &
  rackup -D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.2%
  • CSS 26.8%