8000 GitHub - fight-food-waste/collects: Website to manage collects and deliveries. 🚚📦 Made with Laravel (school project)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
/ collects Public archive

Website to manage collects and deliveries. 🚚📦 Made with Laravel (school project)

License

Notifications You must be signed in to change notification settings

fight-food-waste/collects

Repository files navigation

Fight Food Waste - Collects and deliveries

Installation

composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh
php artisan db:seed

Add a cron entry for the scheduler, onl 780C y used for Telescope as of now.

IDE Helper

Provides accurate autocompletion.

See barryvdh/laravel-ide-helper.

php artisan clear-compiled
php artisan ide-helper:generate
php artisan ide-helper:models
php artisan ide-helper:meta

API Usage

See available routes in routes/api.php.

You can login by sending a POST request to /api/login with your email + password. You will get a token back.

To authenticate yourself for other requests, add a Authorization header containing Bearer <token>

About

Website to manage collects and deliveries. 🚚📦 Made with Laravel (school project)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0