A web application designed to help you track the films you want to watch or have already watched.
Jejak Tontonanku is a web application designed to help you track the films you want to watch or have already watched. It aims to provide a simple and enjoyable experience for film enthusiasts by offering features such as:
- Easy film management.
- User-friendly interface.
- Multiple options for film categorization and filtering.
- Seamless database integration.
- Customizable watch lists.
- Notifications for new releases.
- Social sharing options.
Jejak Tontonanku is accessible, powerful, and provides tools required for building a comprehensive film library.
To run Jejak Tontonanku locally:
- Clone the repository:
git clone https://github.com/example/repo.git - Navigate to the project directory:
cd repo - Install dependencies:
composer install - Copy the example environment file and modify as needed:
cp .env.example .env - Generate the application key:
php artisan key:generate - Start the development server:
php artisan serve - Make sure you have PHP 8.1.17 and MySQL 8.0.30 installed.