engMaya22 / delivery-service-company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small part of a program (or web application based on Laravel) to organize the work of a bicycle delivery company:

  • Login for manager and drivers

  • Department of Management (CRUD) Bicycles: Bike Type – Plate Number – Current Status Description – Current Status (in Company / Abroad / Available / Disabled)

  • CRUD Department Drivers: Name – ID Number – Date of Birth – Photo of the Driver Connect drivers to bicycles so that each bike knows who is currently using it in a way that can determine the time of exit and return. Send a **notification **to the manager's account when a bicycle comes out and when it returns

Techniques used :

  • bootstrap for modal
  • laravelcollective/html for form builder
  • mailgun-mailer for mail service

About


Languages

Language:HTML 47.0%Language:CSS 28.4%Language:PHP 14.6%Language:Blade 4.7%Language:SCSS 3.4%Language:JavaScript 1.8%