This repository is another sketch of a movie database meant to showdown some Symfony’s skills.
-
Make sure the
8888
port is free on your host, and that you have docker obviously. -
Then, execute the following commands in order:
docker-compose up -d docker-compose exec application composer install docker-compose exec application yarn install docker-compose exec application yarn build
-
Copy the
.env.local.dist
to the same location as.env.local
-
Get an API Key from your TMDB account and set
TMDB_API_KEY
variable in.env.local
-
Add a debouncer on the search
-
Add better feedbacks in front, and add small animation in general
-
Find at least one movie that has videos attached to it
-
Remove useless dependencies such as Doctrine, Mailer, etc.
-
Find a better library to handle routing and translation with VueJS
-
Add a CI
-
The front template used is from Tailwind Toolbox.