muhammetakkurt / symfony-reservation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony reservation system

Ports used in the project:

Software Port
nginx 8081
phpmyadmin 8086
mysql 33007
php 9000

Installation

  1. Clone this project:

    git clone https://github.com/muhammetakkurt/symfony-reservation
  2. Inside the folder symfony-reservation and Generate your own .env to docker compose with the next command:

    cp .env.example .env
  3. Build the project whit the next commands:

    docker-compose up --build
  4. Update Composer:

    docker-compose run --rm composer update
  5. Run all migrations & seeds:

    docker-compose run --rm console doctrine:migrations:diff
    docker-compose run --rm console doctrine:migrations:migrate
    docker compose run --rm console doctrine:fixtures:load

About


Languages

Language:PHP 95.8%Language:Shell 1.9%Language:Dockerfile 1.5%Language:Twig 0.7%