2015-08-17 19:13:56 +02:00
2015-07-15 13:59:26 +02:00
2015-08-08 14:33:44 +02:00
2015-08-08 13:09:22 +02:00
2015-08-03 19:30:06 +02:00
2015-07-15 13:32:13 +02:00
2015-07-15 13:32:13 +02:00
2015-08-17 19:13:38 +02:00
2015-08-07 12:19:01 +02:00
2015-07-18 20:43:31 +02:00
2015-07-16 21:49:00 +02:00
2015-08-08 15:04:47 +02:00
2015-08-07 12:23:33 +02:00
2015-07-15 13:32:13 +02:00
2015-08-07 14:17:57 +02:00
2015-08-17 19:13:03 +02:00
2015-07-30 16:26:00 +02:00
2015-07-15 13:32:13 +02:00
2015-08-07 14:13:39 +02:00
2015-08-10 15:39:14 +02:00

Ayuntamiento de Madrid (Madrid city's government) eParticipation application

Build Status Code Climate Dependency Status Coverage Status

This is the opensource code repository of Madrid City government eParticipation website

Current state

Development started on 2015 July 15th

The project is in its early stages. Features currently present in the code (and their names) are subject to change.

Tech stack

The application backend is written in the Ruby language using the Ruby on Rails framework.

Frontend tools used include SCSS over Foundation for the styles.

Configuration for development and test environments

Prerequisites: install git, Ruby 2.2.2, bundler gem and PostgreSQL.

cd participacion
bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
bundle exec bin/rake db:setup
RAILS_ENV=test bundle exec rake db:setup

Run the app locally:

bundle exec bin/rails s

Run the tests with:

bundle exec bin/rspec

Licence

Code published under MIT license (see MIT-license.md)

Contributions

See CONTRIBUTING_EN.md

Description
No description provided
Readme 101 MiB
Languages
Ruby 76.1%
HTML 14.6%
SCSS 5.7%
JavaScript 2.3%
Python 1.2%