Go to file
2024-02-22 09:34:59 +01:00
assets feat: fix symfony style 2024-02-21 16:56:47 +01:00
bin Add webapp packages 2024-02-15 09:20:20 +00:00
config added stuff trust me bro 2024-02-21 16:34:33 +00:00
migrations added stuff trust me bro 2024-02-21 16:34:33 +00:00
public Add initial set of files 2024-02-15 09:20:06 +00:00
src timemout goes brrrrrrr 2024-02-22 08:07:29 +00:00
templates fix(search): Change artist and song HTML elements from div to p 2024-02-22 09:34:59 +01: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 Add webapp packages 2024-02-15 09:20:20 +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 add README 2024-02-21 17:41:56 +01:00
symfony.lock Add webapp packages 2024-02-15 09:20:20 +00:00

How to setup project:

  • Add database credentials 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