IqbalAmir / crud-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stadium Tracker

An app which allows users to write reviews about stadiums. App includes a personal section of the user's reviews when logged in. App includes CRUD operations. Built in E-commerce system for users to purchase items.

Accessibility

  • Dark Mode implemented for users with visual impairments.

Environment and Config

$ cp .env.example .env

The following settings are required:

  • A database connection, with username and password. MySQL or MariaDB are fine. XAMPP recommended.
  • Account details for Mailtrap
  • A URL for a free account at Fontawesome

Additional Libraries

Initialisation

$ php artisan key:generate

$ php artisan migrate:fresh --seed

Startup

$ php artisan serve

App will be available at the URI displayed.

About


Languages

Language:PHP 70.0%Language:Blade 29.6%Language:Shell 0.5%