This project involves using the https://swapi.dev api to search for characters, modifying a character to include a photo and the films associated with the character. All this while completing the data with a symfony command
git clone [email protected]:Thomas905/starwarsinfotest.git
compser install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console starwars:import
symfony serve
http://localhost:8000/peoples - List of characters
http://localhost:8000/people/{id} - Character for edit
http://localhost:8000/movies - List of movies
http://localhost:8000/movies/{id} - List of characters linked to the movie