Go to file
2024-02-25 16:20:53 +01:00
assets dynamic add and remove to favs thanks to css 2024-02-22 16:20:18 +01:00
bin Add webapp packages 2024-02-15 09:20:20 +00:00
config fixed everything (mostly) 2024-02-24 22:46:03 +00:00
images changed readme 2024-02-25 16:20:24 +01:00
migrations db stuff trust me 2024-02-22 10:12:02 +00:00
public Add initial set of files 2024-02-15 09:20:06 +00:00
src deploy to prod 2024-02-25 09:07:51 +00:00
templates added missing h1 2024-02-25 11:50:33 +00:00
tests Add webapp packages 2024-02-15 09:20:20 +00:00
translations Add webapp packages 2024-02-15 09:20:20 +00:00
.env removed hardcoded secrets 2024-02-22 15:20:10 +00:00
.env.test Add webapp packages 2024-02-15 09:20:20 +00:00
.gitignore feat: gitignore for macos 2024-02-21 15:35:53 +01:00
compose.override.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
compose.yaml Add webapp packages 2024-02-15 09:20:20 +00:00
composer.json added stuff trust me bro 2024-02-21 16:34:33 +00:00
composer.lock added stuff trust me bro 2024-02-21 16:34:33 +00:00
importmap.php Add webapp packages 2024-02-15 09:20:20 +00:00
phpunit.xml.dist Add webapp packages 2024-02-15 09:20:20 +00:00
README.md changed readme 2024-02-25 16:20:24 +01:00
symfony.lock Add webapp packages 2024-02-15 09:20:20 +00:00

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