The project is implemented and tested using Mysql database.
- Clone the repository to your local device.
git clone https://github.com/omarelnakib/InovolaTask.git
- run the following commands
composer install
- update the .env file with your mysql database configs
- migrate the tables by running:
php artisan migrate
php artisan serve