/covidtracker

Developed on Laravel, vue js and mysql.

Primary LanguageJavaScript

Laravel-Covidtracker

Developed with Laravel to create a database amongst the public. By which if anyone is tested positive. The phone numbers likely to be in contact with the positive person can be tracked by the health official.

php and mysql versions used

10.4.16-MariaDB as DB PHP version: 7.3.24 PHP version

Installation

  • Download the project, cd into the project folder and run composer install
  • Create a DB with desired name.
  • Edit DB_DATABASE,DB_USERNAME,DB_PASSWORD values in .env at root project folder.
  • run php artisan migrate in project root folder.
  • run php artisan serve in project root folder.
  • run npm install && npm run dev