/adapt-portal

laravel portal technical test

Primary LanguagePHP

adapt. Patient Portal

Techical test for adapt.

Run Locally

Clone the project

  git clone https://github.com/Kilberz/adapt-portal

Go to the project directory

  cd adapt-portal
  cd portal

Install dependencies

  npm install

Create .env file from .env.example

  cp ./.env.example ./.env

Import .sql file in project root then Update MySQL Username & Password in .env file to match a working user.

Start the dev environment

  npm run dev

If not using XAMPP or Web Server (Optional)

  php artisan serve

Tech Stack

Laravel, Preline & TailwindCSS

Compatible with Node or XAMP

Authors