Skip to content

davidpiesse/curbside

 
 

Repository files navigation

Curb Run

Stack

  • Backend: Laravel 7
  • Frontend: Vue.js, Tailwind CSS (using components from Tailwind UI)
  • Infrastructure: Hosted on AWS Lambda via Laravel Vapor

Development

Install dependencies

composer install
npm install

Development server

# Run database migrations
php artisan migrate --seed

# Start development server and frontend asset watcher
php artisan serve
npm run watch

Deployment

vapor deploy production

About

Find grocery store pickup slots near you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.7%
  • Vue 11.6%
  • HTML 9.7%