vdolce / mediheart-client-vue

Mediheart's frontend project

Home Page:https://app-mediheart.netlify.app/login

Repository from Github https://github.comvdolce/mediheart-client-vueRepository from Github https://github.comvdolce/mediheart-client-vue

mediheart-client-vue

This repo is the final version of the Mediheart client:

Check it out Mediheart Demo

alt text

Information

The client is developed with Vue JS using the following technologies:

  • axios js: for HTTP request, promises, interceptors
  • vuex: state management library with a centralized store for all modules/components
  • vue-router: routes manager for Single Page Application
  • Vuetify Js as Material Design Framework
  • vue-i18n as internationalization plugin

The frontend is Dockerized and deployed on Netifly.

Take a look at the Backend Mediheart Repo

Usage

If you want to run the Docker container locally, please run

sh build_and_run.sh

Instead, if you want to run the client locally at "http://localhost:8080/" , please run

npm run serve

About

Mediheart's frontend project

https://app-mediheart.netlify.app/login

License:MIT License


Languages

Language:Vue 65.8%Language:JavaScript 30.0%Language:CSS 2.5%Language:HTML 1.0%Language:Dockerfile 0.5%Language:Shell 0.1%