hhamon / trip-booking-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trip Booking App

Introduction

Installation

  1. Configure your MySQL / Mariadb database URL in your .env.local file
# .env.local
DATABASE_URL=mysql://root:root@localhost:3306/trip_booking_app?serverVersion=11.2.2-MariaDB&charset=utf8mb4
  1. Install third party PHP dependencies
$ symfony composer install
  1. Setup the database
$ symfony console doctrine:database:create
$ symfony console doctrine:migration:migrate
$ symfony console doctrine:fixtures:load
  1. Run the Symfony local PHP Web server
$ symfony server:start -d
  1. Open the application in your Web browser
$ open https://127.0.0.1:8000/

About


Languages

Language:PHP 53.6%Language:Twig 31.6%Language:CSS 11.9%Language:JavaScript 2.9%