This is the code that was used for carpool.pulangmengundi.com and is being made public (warts and all) in case anyone wants to see how it worked.
- Standard Laravel 5.6 (PHP7.1) and React
composer install
php artisan migrate --seed
npm install && npm run watch
php artisan serve
See .env.example
- the app used FB and Google logins, and used Mailgun for email.
- I didn't have time to set up an asset pipeline, so compiled JS was committed into the repo. What a bad thing to do!
- This was initially copied from code I used for an interview, so there may be unused libraries here and there.