Campaña para parar la ley de hidrocarburos que promueve el fracking en Argentina
- MySQL 5
$ 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.
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';