A pet directory to keep track of all of the awesome pets that belong to the employees at Radio Systems Corporation.
Build a well-designed application that is simple and fun. Foster our culture by providing a way for employees and pets throughout the company to get to know each other better.
- Laravel
- VueJS
- Bootstrap4
- Azure/Docker Deployment?
- Google Analytics
- Google Maps?
- Prerequisite: Install Laravel Valet
- Configure valet to host your
petsrepo cdinto project directory- Run
chmod +x ./init.sh && ./init.sh - Create a new database in local MySQL/MariaDB and configure credentials in the new
.envfile - Run
php artisan migrateto run initial database migrations - Optionally run
php artisan db:seedto create sample data in the database - Visit
https://pets.test/to confirm everything's ready to rock.