"Review IT" is a dedicated platform for reviewing a wide array of entertainment products including movies, games, TV shows, and anime. Dive into insightful reviews, watch the latest trailers, or even leave your own feedback for a holistic entertainment experience.
- Home: Get a glance at the featured reviews and top-rated entertainment products.
- Schedule: Stay updated with our calendar of upcoming reviews.
- Gallery: A sneak peek into the entertainment we are eagerly awaiting.
- Video: Dive into a collection of curated trailers you shouldn't miss.
- Feedback: We value your feedback. Help us enhance your experience on the platform.
- Contact Us: Get to know more about the team behind "Review IT" and reach out to us.
- Blog: Previously powered by WordPress, this section is now archived.
- Reviews: Passionate about an entertainment product? Submit your own review (Login required).
- Login/Register: Join our community! Register a new account or log in to get started.
- Backend: Laravel
- Frontend: Bootstrap & Tailwind CSS
- Clone the repository to your local machine.
- Install the necessary dependencies:
composer install npm install
- Set up your environment variables in the
.env
file. - Run the database migrations and seeders:
php artisan migrate --seed
- Start the local development server:
php artisan serve
Now, you should be able to access the "Review IT" platform on http://localhost:8000
, or http://127.0.0.1:8000/
.