โ† Back to Projects
๐Ÿ”ท laravel-api 2024

Film Ranking

Film ranking API with rating system written in Laravel 11. Users can add films and rate them, automatic average calculation.

Preview

api-panel โ€” rest
Endpoints
GET/api/films
Request
{
  "sort": "rating",
  "genre": "action"
}
Response200 OK
{
  "data": [
    {
      "id": 1,
      "title": "Inception",
      "rating": 9.1,
      "votes": 2341000
    }
  ]
}

Tech Stack

  • Laravel
  • PHP
  • Tailwind CSS

Description

Film ranking API with rating system written in Laravel 11. Users can add films and rate them, automatic average calculation.