This is an example Contacts app for demonstration purposes.
It uses Laravel 5.7 PHP framework.
- Clone the repo
- Run
composer installto install the app and packages - Run
composer run-script post-install-initto setup required files, migrate the database and seed the database - Optionally you can run the API test
composer run-script test - Finally serve the app with
php artisan serve --port=8888(or any other port if you customized.envand.env.testingfiles) - Again optionally, you can run some browser tests
php artisan dusk
Go to http://localhost:8888/ (or your customized port)