Giter Site home page Giter Site logo

geekinc / blockchain-poc-frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nixsolutions/blockchain-poc-frontend

0.0 1.0 0.0 5.78 MB

License: MIT License

Dockerfile 0.12% JavaScript 6.90% Shell 0.08% HTML 8.64% Vue 70.19% CSS 14.07%

blockchain-poc-frontend's Introduction

Front-end application

This vue.js application interacts with the back-end application of the Child Medical Record project. The project has three roles: Parents, Hospital and Kindergarten.

To install the application on the server, you must clone it from this repository:

cd ~
git clone https://github.com/nixsolutions/blockchain-poc-frontend.git

Insert the server name and port number in which the front-end application will be located in the .env file:

vim ~ / front / .env

VUE_APP_API_BASE_URL = 'http: //ec2-107-22-75-46.compute-1.amazonaws.com: 3006 /'

Now install all the dependencies necessary for the application to work:

cd front
npm install

Application launch

We build the application and run it on port 8080:

docker build. -t my-app
docker run -d -p 8080: 80 my-app

Now this front-end application will be available at http://<HOST>:8080, where <HOST> is the server address.

Login for different roles - parents, hospital and kindergarten. The password for all roles is password.

License

The project is developed by NIX Solutions Go team and distributed under MIT LICENSE

blockchain-poc-frontend's People

Contributors

bodnaranton1984 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.