/webtools

Webtools Health Laravel Example Application

Primary LanguagePHP

Webtools Health Laravel Example Application

Install via Docker

  • Download and install docker in your system. Download here

  • Download composer here if you haven't

  • Run in your root folder docker-compose up -d and wait until it finishes

  • Run composer install: Go to <root>/project and run composer install

  • Run migration and seeder: Go to <root>/project and run php artisan migrate --seed

  • Copy .env.example to .env

  • Open your browser in http://localhost:8000

Frontend v2 with VueJS

  • Go to /frontend and run npm install

  • Then, run npm run serve

SPA is created to simulate the task as the blade curly braces interfere with that of VueJs

Login Credentials on v1 dashboard

  • email: john@doe.com
  • password: password

Screenshot

Login

login

Patients

login

Patient profile

login

Patient edit

login