https://github.com/premshinde-2013/movies-wrld
Want to see website click here 👇
https://github.com/premshinde-2013/movies-wrld
database movies php tmdb-api
Last synced: 2 months ago
JSON representation
Want to see website click here 👇
- Host: GitHub
- URL: https://github.com/premshinde-2013/movies-wrld
- Owner: PremShinde-2013
- Created: 2023-06-13T17:38:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T16:23:00.000Z (12 months ago)
- Last Synced: 2025-01-21T22:16:41.578Z (4 months ago)
- Topics: database, movies, php, tmdb-api
- Language: JavaScript
- Homepage: https://movies-wrld.netlify.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies Wrld
Movies Wrld is a dynamic web application that allows users to browse and search for movies using data from The Movie Database (TMDB) API. With a user-friendly interface, it provides detailed information about movies, including ratings, descriptions, and more.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies](#technologies)
- [APIs Used](#apis-used)
- [Contributing](#contributing)
- [License](#license)## Features
- Browse popular and trending movies.
- Search for movies by title.
- View detailed information about each movie.
- Responsive design for optimal viewing on all devices.## Installation
To get started with Movies Wrld, follow these steps:
1. **Clone the repository:**
```sh
git clone https://github.com/yourusername/movies-wrld.git
cd movies-wrld
```2. **Install dependencies:**
```sh
composer install
```3. **Set up your environment variables:**
Create a `.env` file in the root directory and add your TMDB API key:
```sh
TMDB_API_KEY=your_tmdb_api_key
```4. **Start the development server:**
```sh
php -S localhost:8000
```## Usage
Once the development server is running, you can access the application at `http://localhost:8000`.
- Browse the home page to see popular and trending movies.
- Use the search bar to find movies by title.
- Click on a movie to view detailed information.## Technologies
Movies Wrld is built with the following technologies:
- [PHP](https://www.php.net/) - A popular general-purpose scripting language that is especially suited to web development.
- [TMDB API](https://www.themoviedb.org/documentation/api) - API for accessing a wide range of movie data.## APIs Used
- **TMDB API:** Provides comprehensive information about movies, including ratings, descriptions, release dates, and more.
## Contributing
We welcome contributions to Movies Wrld! If you'd like to contribute, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes and push to your branch.
4. Open a pull request with a detailed description of your changes.