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

24 lines
576 B
Markdown

# Tutti Frutti
Tutti Frutti is a fruit based disk library.
![homepage](images/home.png)
### Search your most favorite artist and discover the fruits behind
![search](images/search.png)
### Keep track of your favorite disks
![favorites](images/favorites.png)
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`