Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 695 Bytes

Cinebuddy - Backend

A Symfony project powered by ApiPlatform to manipulate movies data in frontend project.

🛠️ Setup for Local Developement

git clone https://github.com/maxfrn65/symfony-s5.git
cd symfony-s5
composer install
symfony server:start

Modify your .env file to fit your database settings

# .env
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4"
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load

👉 Next

Get the frontend repository to continue