{"id":20332786,"url":"https://github.com/bp7968h/filim","last_synced_at":"2026-04-13T21:02:48.023Z","repository":{"id":258846052,"uuid":"875016277","full_name":"bp7968h/filim","owner":"bp7968h","description":"This is a movies simple application to learn spring boot","archived":false,"fork":false,"pushed_at":"2024-10-27T23:01:24.000Z","size":1478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T07:40:20.807Z","etag":null,"topics":["fullstack-development","java","react","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bp7968h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-18T22:53:08.000Z","updated_at":"2024-10-27T23:01:28.000Z","dependencies_parsed_at":"2024-10-28T02:00:33.845Z","dependency_job_id":null,"html_url":"https://github.com/bp7968h/filim","commit_stats":null,"previous_names":["bp7968h/filim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bp7968h/filim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp7968h%2Ffilim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp7968h%2Ffilim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp7968h%2Ffilim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp7968h%2Ffilim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bp7968h","download_url":"https://codeload.github.com/bp7968h/filim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bp7968h%2Ffilim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullstack-development","java","react","spring-boot"],"created_at":"2024-11-14T20:28:20.887Z","updated_at":"2026-04-13T21:02:47.985Z","avatar_url":"https://github.com/bp7968h.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Filim 🎬\n**Filim** is a project designed to demonstrate the integration of a backend server built with `Java Spring Boot` and a frontend developed in `React`. The backend provides APIs to retrieve movie information and manage movie reviews, while the frontend interacts with these APIs to display movie data and allow users to add reviews.\n\n## Features\n- Retrieve a list of movies and details of individual movies.\n- Add reviews for movies.\n- Seamless integration between the backend (Spring Boot) and frontend (React).\n\n## Tech Stack\n- **Backend**: Java, Spring Boot, Maven\n- **Frontend**: React, Axios, Material UI\n- **Database**: Mongodb\n\n## Prerequisites\nMake sure you have the following installed on your system:\n- **Java** (JDK 11 or higher)\n- **Maven** (for building the backend)\n- **Node.js \u0026 npm** (for running the frontend)\n\n## Starting the Project\n\n### 1. Clone the repository\n\n```bash\ngit clone git@github.com:bp7968h/filim.git\ncd filim\n```\n\n### 2. Starting with Docker\nA Dockerfile is available in both the frontend and backend directories, and docker-compose.yml is in the root directory for easy setup.\n\n- Build and start\nUse Docker Compose to build and run both frontend and backend containers:\n```bash\ndocker-compose up --build\n```\nThe backend will run on `http://localhost:8080` and the frontend on `http://localhost:3000`.\n\n- Stopping the Containers\nTo stop the containers, run:\n```bash\ndocker-compose down\n```\n\n### 2. Start the backend\n\nYou can run the server locally using maven. This starts the project on `http://localhost:8080`\n\n```bash\ncd filim_server\n./mvnw spring-boot:run\n```\n\nFor more information you can check the [Backend Readme](./filim_server/HELP.md)\n\n### 3. Start the frontend\n\nYou can start the local server using npm. This starts the project on `http://localhost:3000`\n\n```bash\nnpm start\n```\n\nFor more information you can check the [Frontend Readme](./filim_frontend/HELP.md)\n\n## Backend Overview\nThe backend server exposes the following main APIs:\n- `GET /api/v1/movies`: Retrieve a list of all movies.\n- `GET /api/v1/movies/{id}`: Get details of a single movie by ID.\n- `POST /api/v1/reviews`: Add a review for a movie.\n\n## Frontend Overview\nThe frontend uses React to interact with the backend:\n- Displays a list of movies on the homepage.\n- Shows detailed information about a specific movie when selected.\n- Allows users to add a review to a movie.\n\n## Page Highlights\n\n### Home page\n![Home page](./assets/home_page.png)\n\n### Review page\n![Review page](./assets/review_page.png)\n\n### Trailer page\n![Trailer page](./assets/trailer_page.png)\n\nHappy Coding! 🚀🎥\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbp7968h%2Ffilim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbp7968h%2Ffilim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbp7968h%2Ffilim/lists"}