feat: Add Movie Collection App with Movies, Actors, and Genres CRUD#311
Open
fahrigedik wants to merge 3 commits intomasterfrom
Open
feat: Add Movie Collection App with Movies, Actors, and Genres CRUD#311fahrigedik wants to merge 3 commits intomasterfrom
fahrigedik wants to merge 3 commits intomasterfrom
Conversation
Add a complete generated ABP solution for MovieCollectionApp. Includes backend projects (Domain, Domain.Shared, Application, Application.Contracts, HttpApi, HttpApi.Host, MongoDB, DbMigrator), Angular frontend, test projects, localization JSONs, project/solution files, Dockerfiles, scripts, editorconfig/gitignore, NuGet.Config and tooling files. Also adds .cursor rules and an mcp.json for ABP Studio. This commit adds the scaffolded starter app with DTOs, app services, controllers, MongoDB integration and sample tests to get development started.
Remove the Books feature across frontend and backend and introduce an imageUrl field and UI improvements for movies. Deleted Angular book component, templates, book proxy (models, service, enums, index), route/menu entries and related tests; removed Book DTOs, CreateUpdateBookDto, IBookAppService, BookAppService, Book domain entity and BookType enum, and associated mapper configurations and permission definitions. Added ImageUrl property to MovieDto and CreateUpdateMovieDto, updated Angular movie proxy models, updated movie component template to a card grid with image preview and actions, added movie component SCSS, removed ngx-datatable usage from movie UI, and cleaned up localization entries and route/provider to no longer reference books.
Completely rewrites and expands the MovieCollectionApp README to improve developer onboarding and documentation. Adds badges, an overview, features, architecture diagram, detailed project structure, data model and relationships, prerequisites, setup and run steps (DbMigrator, API host, Angular), default credentials, UI overview, permissions matrix, MongoDB configuration example, testing and development workflows, guidance for adding entities and generating Angular proxies, useful links, and license information. This change consolidates scattered notes into a single, comprehensive reference for contributors and maintainers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete implementation of a Movie Collection application with three core entities, full CRUD operations, and relationship management across all ABP layers.
What's New
Entities & Relationships
ActorIdslist in MongoDB)Backend (.NET / ABP)
AuditedAggregateRoot<Guid>) with validation constantsAddDefaultRepositories()en.jsonfor all UI labels, menus, and error messagesFrontend (Angular)
Removed
Screenshots
Add screenshots after running the application.
How to Test