Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 324 Bytes

Rick and Morty API

Workshop project containing some of "Rick and Morty" characters, episodes, and locations.

Set up

  1. $ docker-compose up -d
  2. $ docker exec -it php bash
  3. $ composer install
  4. $ bin/console doctrine:migrations:migrate
  5. $ bin/console doctrine:fixtures:load
  6. $ bin/phpunit