- Base de datos PostgreSQL >= 9.4
- NodeJS v6 o posterior
create database amber;
create user auser with password 'test';
grant all privileges on database amber to auser;
psql -U auser amber < sql/db.sql
git clone https://github.com/mxabierto/amberProtocol.git
cd amberProtocol/ && npm install
cd public/ && bower install
cd amberProtocol/ && npm start
- A través de un navegador web, apuntar a la siguiente dirección:
http://localhost:3000/