Skip to content

maxfrn65/symfony-s5

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published