Skip to content

chalcedonyt/pulangmengundi

Repository files navigation

Pulangmengundi.com

Overview

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.

Requirements and installation

  • Standard Laravel 5.6 (PHP7.1) and React
composer install
php artisan migrate --seed
npm install && npm run watch
php artisan serve

Env values

See .env.example - the app used FB and Google logins, and used Mailgun for email.

Notes

  • 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.

About

carpool.pulangmengundi.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published