Skip to content
/ books Public

My first project in Symfony. Admin panel for Books and Authors.

Notifications You must be signed in to change notification settings

Ildar5/books

Repository files navigation

Admin panel for books and authors

Installation

Build with docker compose

docker-compose up --build

Pre-requisites

  • PHP >=7.0
  • Composer
  • npm
  • MySQL

Step 1: Install packages and build

  • Install composer and node packages
    composer install
    npm install
  • Build Vue application
    npm run build

Step 2: Setup MySQL configuration

  • Copy .env.example file to .env
    cp .env.example .env
  • Change db_user, db_password and db_name in .env file

Step 3: Execute database migrations

  • Create database
    php bin/console doctrine:database:create
  • Create tables and mock tree
    php bin/console doctrine:migrations:migrate

Step 4: Run application

About

My first project in Symfony. Admin panel for Books and Authors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published