piratas-ar / yolosparo

Campaña para parar la ley de hidrocarburos que promueve el fracking en Argentina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolosparo

Campaña para parar la ley de hidrocarburos que promueve el fracking en Argentina

Requirements

  • MySQL 5

Installation

$ npm install
$ node index.js

App available at http://localhost:3000

The application uses express.js 3.5 as the web framework and handlebars as the template engine.

Set up database

Before running the app you need to set up the database. Open your mysql client and execute the following statements:

  create database yolosparo_dev;
  grant all privileges on yolosparo_dev.*
    to 'yolosparo'@'localhost'
    identified by 'yolosparo';

About

Campaña para parar la ley de hidrocarburos que promueve el fracking en Argentina


Languages

Language:JavaScript 72.0%Language:HTML 17.9%Language:Ruby 7.1%Language:Shell 1.6%Language:CSS 1.3%