There are two ways to set up this project locally: with Apache or with Docker.
Project can be setup on Windows and Linux server
Prerequisites: Php must be installed with curl ext.
- Place the project folder in /var/www/html/
- Navigate to http://localhost/MovieSearch/ in your browser.
- Place the project folder in wamp/www/
- Open your browser and navigate to http://localhost/MovieSearch
- Ensure Docker is installed on your machine.
- Open a terminal and navigate to your project's root directory.
- Run the following command to set up the project with Docker.
docker-compose up -d
- The project will be accessible at http://localhost:8080 (or the port specified in docker-compose.yml).
API Key is required to run the project in config.php Which can be generated by
- Create an account in https://www.themoviedb.org
- Next generate an API key from themoviedb.org website