/doctorsHood

Primary LanguageJavaScript

Installation Guide

Prerequisites

  1. PHP version 7 or above must be installed in your local system
  2. npm must be installed in your local system
  3. Any PHP local server. Recommended XAMPP or WampServer

Steps

  1. Clone this repository.
    git clone https://github.com/the-macson/doctorsHood.git

  2. Navigate to the project directory 📁 .
    cd doctorsHood

  3. Run the following command for installing packages:
    npm install

  4. Start your local web and MySQL server and create a new database with the name of doctorshood_db in your local MySQL server.

  5. Run the following commands for migrating tables and dummy data in your database:
    php artisan migrate
    php artisan db:seed

  6. Run the following command to start the local laravel server:
    php artisan serve

  7. Copy the generated localhost URL and run it in your web browser.

Test Credentials

Patient 1

Email: test1@gmail.com
Password: secret1234

Patient 2

Email: test2@gmail.com
Password: secret1234

Doctor 1

Email: drtest1@gmail.com
Password: secret1234

Doctor 2

Email: drtest2@gmail.com
Password: secret1234

Doctor 3

Email: drtest3@gmail.com
Password: secret1234

Doctor 4

Email: drtest4@gmail.com
Password: secret1234

Doctor 5

Email: drtest5@gmail.com
Password: secret1234

Doctor 6

Email: drtest6@gmail.com
Password: secret1234

Doctor 7

Email: drtest7@gmail.com
Password: secret1234

Doctor 8

Email: drtest8@gmail.com
Password: secret1234