LucasSiqz / Phonebook

Repositório para o desafio de front-end do processo seletivo de 2/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goledger

GoLedger Challenge: Phonebook


demo


Description

A simple web interface to a phonebook blockchain application.


Some used technologies


Getting start

Clone this repository:

$ git clone https://github.com/LucasSiqz/goledger-challenge-web.git

Go into the repository:

$ cd goledger-challenge-web

  • Its necessary to have yarn package or docker and docker-compose installed

Install dependencies:

$ yarn

Run Application:

$ yarn start

Or run with docker:

$ docker-compose up

Application is running on port 3000:

http://localhost:3000


Server

The data are obtained using a rest server at this address: http://ec2-100-27-2-255.compute-1.amazonaws.com/api/

Also, a Swagger with the endpoints specifications for the operations is provided at this address: http://ec2-100-27-2-255.compute-1.amazonaws.com/api-docs/

About

Repositório para o desafio de front-end do processo seletivo de 2/2019


Languages

Language:JavaScript 97.9%Language:HTML 1.5%Language:Dockerfile 0.6%