Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 599 Bytes

File metadata and controls

33 lines (27 loc) · 599 Bytes

Evento

Evento is a simple event organizing tool for people who want to organize public events with their local community.

Evento is a project developed as part of the Munich chapter of "Refugees on Rails" training program.

Installation

Clone project

git clone git@github.com:rorlika/evento.git
cd evento

Install dependencies

bundle install

Run migrations

rake db:migrate

Run server

rails server

Requirements

  • rails version >= 4.2.5
  • ruby version >= 2.2.3
  • postgresql