A System where people can track a shipping order in a form and return an estimated delivery date. This application will contain both frontend and API softwares.
Built using Laravel, a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects.
- You will be given the needed .env files to run this application. Please save on the app root folder.
- Run
composer install
- Run
php artisan key:generate
to generate the app key if needed. - Run
php artisan migrate
for the tables - Run
php artisan db:seed
for the seeder, as needed.
Created by JLXM.
Thank you for considering contributing on the software. Please submit a pull-request and inform the author.