项目作者: herreramaxi

项目描述 :
Food Delivery App
高级语言: PHP
项目地址: git://github.com/herreramaxi/wad-project-laravel.git
创建时间: 2020-11-25T12:52:51Z
项目社区:https://github.com/herreramaxi/wad-project-laravel

开源协议:

下载


WAD project: Food Delivery App

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
      • install.ps1

        Configure

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

        Run a local server

      • php artisan serve