Projet-Symfony/README.md
2024-02-25 16:20:24 +01:00

576 B

Tutti Frutti

Tutti Frutti is a fruit based disk library.

homepage

Search your most favorite artist and discover the fruits behind

search

Keep track of your favorite disks

favorites

How to setup project:

  • Add database credentials and discog key and secret in .env.local
  • Check requirements: symfony check:requirements
  • Install dependencies: composer install
  • Create DB: php bin/console doctrine:database:create
  • Create tables (?): php bin/console doctrine:migrations:migrate