About Project

This project tries to address the problem of, device tracking to assigned users. It helps as a bridge to ask for device subscription from the concerned authority.

Installation Procedure

  • clone the repo as usual. git clone repo name
  • install composer and its dependencies, composer install
  • copy the env file, cp.env.example .env
  • generate the application key, php artisan key:generate
  • edit your database credentials.

For Developers

  • Please ensure to write the tests, before preparing to commit.
  • Use Code coverage tool to analyse your tests.

Test Framework

  • PHPUnit

Development Stack