herreramaxi / wad-project-laravel

Food Delivery App

Home Page:https://wad-project-laravel.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAD project: Food Delivery App

Website links

Project main parts

How to install the web app and run it locally

Requirements

  • Have installed PHP and enabled below modules in php.ini
    • extension=fileinfo
    • extension=gd2
    • extension=mbstring
    • extension=openssl
    • extension=pdo_pgsql
    • extension=pgsql
  • Have installed Composer
  • Have installed Laravel
  • Have installed a Postgres database.
  • Have an empty database created.

Installation steps

  • Go to the root of the project: wad-project-laravel-main
  • Open powershell
  • Excecute: powershell -ExecutionPolicy ByPass -File .\install.ps1

Configure

Configure database variables (DB_*) on .env file provided on submission zip file.

Run a local server

  • php artisan serve

About

Food Delivery App

https://wad-project-laravel.herokuapp.com/


Languages

Language:PHP 70.2%Language:Blade 28.8%Language:Shell 0.5%Language:Vue 0.4%Language:PowerShell 0.1%