Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 628 Bytes

This project is an exercise based on Symfony 5.3.9, the data is powered by TMDB (The Movie Database).

Prerequirements

  • You should have symfony installer ready on local machine to start the symfony internal web server.
  • PHP version >= 8.0.0

Installation

  1. Clone the repository to local machine and install the composer dependencies
$ composer install
  1. Start the symfony internal web server
$ symfony serve
  1. Go to url https://127.0.0.1:8001/ (or http://127.0.0.1:8001/ if certificate not installed locally)