{"id":24698518,"url":"https://github.com/vikashkatiyar/movie_api_backend","last_synced_at":"2025-07-21T13:32:24.998Z","repository":{"id":218188096,"uuid":"745683758","full_name":"Vikashkatiyar/Movie_Api_Backend","owner":"Vikashkatiyar","description":"The Spring Boot MovieApi Backend, leveraging Java 17, integrates file handling, pagination, JWT authentication, and a three-layered architecture. This ensures efficient media storage, optimized data presentation, secure authentication, and a modular codebase for managing movie-related data reliably and securely.","archived":false,"fork":false,"pushed_at":"2024-02-15T05:49:16.000Z","size":2711,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T04:29:05.758Z","etag":null,"topics":["file-handling","hibernate","java","jwt-authentication","mysql-database","pagination-library","spring-boot","spring-data-jpa","spring-security"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Vikashkatiyar.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}},"created_at":"2024-01-19T21:39:27.000Z","updated_at":"2024-09-13T12:43:02.000Z","dependencies_parsed_at":"2024-02-03T17:35:49.215Z","dependency_job_id":"40640654-f93b-49a5-b888-d55840495c22","html_url":"https://github.com/Vikashkatiyar/Movie_Api_Backend","commit_stats":null,"previous_names":["vikashkatiyar/movie_api_backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FMovie_Api_Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FMovie_Api_Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FMovie_Api_Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikashkatiyar%2FMovie_Api_Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vikashkatiyar","download_url":"https://codeload.github.com/Vikashkatiyar/Movie_Api_Backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902936,"owners_count":20529114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["file-handling","hibernate","java","jwt-authentication","mysql-database","pagination-library","spring-boot","spring-data-jpa","spring-security"],"created_at":"2025-01-27T04:29:12.419Z","updated_at":"2025-07-21T13:32:24.985Z","avatar_url":"https://github.com/Vikashkatiyar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 **Spring Boot MoviePosterFetch (MovieAPI) Backend**\n\n---\n\nThe Spring Boot MovieAPI Backend is a powerful Java 17 application crafted to manage movie data efficiently. It prioritizes performance, security, and modularity, incorporating features like file handling, pagination, JWT authentication, and a three-layered architecture. Explore a seamless movie data experience with this backend! 🎥🍿\n\n# 🚀 **Technology Used:**\n---\n- ☕ Java\n- 🍃 Spring Boot\n- 🌐 Spring MVC\n- 🛢️ Spring Data JPA\n- 📑 Pagination and Sorting\n- 📁 File Handling\n- 🔐 JWT Authentication\n- 🐬 MySQL Database\n\n# 🌟 Key Features\n\n---\n\n- **File Handling:**\n\n  - 📁 Seamless media storage for efficient retrieval.\n  - 🖼️ Manages images and other movie-related assets.\n\n- **Pagination:**\n\n  - 🔍 Enhances data presentation.\n  - 🚀 Optimizes resource usage.\n  - 📑 Retrieves data in manageable chunks for improved performance.\n\n- **JWT Authentication:**\n\n  - 🔐 Prioritizes security.\n  - 🔑 Implements JSON Web Token (JWT) authentication.\n  - 🛡️ Ensures only authorized users access and interact with sensitive movie data.\n\n- **Three-Layered Architecture:**\n  - 🏗️ Modular codebase for maintainability and scalability.\n  - 🎯 Separation into presentation, business logic, and data access layers.\n  - 🔍 Facilitates easier debugging, testing, and future enhancements.\n\n## 🚀 **MovieAPI Endpoints**\n\n---\n\n- 🔗 **Add Movie:**\n\n  - `POST http://localhost:8080/api/v1/movie/add-movie`\n\n- 🔍 **Get All Movies:**\n\n  - `GET http://localhost:8080/api/v1/movie/all`\n\n- 🔍 **Get Movie by ID:**\n\n  - `GET http://localhost:8080/api/v1/movie/1`\n\n- 📁 **Get Profile Picture:**\n\n  - `GET http://localhost:8080/file/profile-pic`\n\n- 🔄 **Update Movie by ID:**\n\n  - `PUT http://localhost:8080/api/v1/movie/update/1`\n\n- ❌ **Delete Movie by ID:**\n\n  - `DELETE http://localhost:8080/api/v1/movie/delete/2`\n\n- 📑 **Get Movies with Pagination:**\n\n  - `GET http://localhost:8080/api/v1/movie/allMoviesPage?pageNumber=0\u0026pageSize=2`\n\n- 📑 **Get Movies with Sorting:**\n\n  - `GET http://localhost:8080/api/v1/movie/allMoviesPageSort?sortBy=title`\n\n- 📝 **User Registration:**\n\n  - `POST http://localhost:8080/api/v1/auth/register`\n\n- 🔒 **User Login:**\n  - `POST http://localhost:8080/api/v1/auth/login`\n\n# 🚀 **Cloning the Project**\n\n---\n\nTo kickstart your journey with the MovieAPI project, follow these simple steps:\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/Vikashkatiyar/Movie_Api_Backend.git\n   ```\n\n2. **Navigate to the Project Directory:**\n\n   ```bash\n   cd Movie_Api_Backend\n   ```\n\n3. **Configure Application Properties:**\n\n   - Open `src/main/resources/application.properties`.\n   - Modify the database connection details to match your MySQL setup.\n\n4. **Create MySQL Database:**\n\n   - Execute the SQL script provided in `src/main/resources/sql-scripts` to set up the necessary database tables.\n     ```bash\n     mysql -u your_username -p \u003c create_database.sql\n     ```\n\n5. **Build and Run the Application:**\n\n   - Using Maven:\n     ```bash\n     ./mvnw clean install\n     ./mvnw spring-boot:run\n     ```\n\n6. **Access the API Endpoints:**\n   - Once the application is running, explore the MovieAPI by accessing the defined endpoints.\n\nNow you're all set! Dive into the MovieAPI project, manage movie-related data effortlessly, and feel free to contribute or report issues. Happy coding! 🎬🍿\n\n# 🌟 **Project Author**\n\n## **\u003cspan style=\"color:red;\"\u003eVikash Katiyar\u003c/span\u003e**\n\n📧 **Email:** vikashktr018@gmail.com\n\nFeel free to reach out to the author for any inquiries, feedback, or collaboration opportunities related to the MovieAPI project. Your input is valuable! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashkatiyar%2Fmovie_api_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikashkatiyar%2Fmovie_api_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashkatiyar%2Fmovie_api_backend/lists"}