LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT

In this video, I create all layers of StudentManagement Microservice using wrapt.
YAML FILE:
DomainName: UniversityAdministrationPortal
BoundedContexts:

ProjectName: StudentManagement
Port: 5001
DbContext:
ContextName: StudentManagementDbContex…


This content originally appeared on DEV Community and was authored by Benjamin Fadina

In this video, I create all layers of StudentManagement Microservice using wrapt.
YAML FILE:
DomainName: UniversityAdministrationPortal
BoundedContexts:

  • ProjectName: StudentManagement Port: 5001 DbContext: ContextName: StudentManagementDbContext DatabaseName: StudentManagement Provider: sqlserver Entities:
    • Name: Student Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: MatriculationNumber Type: string
      • Name: FirstName Type: string
      • Name: LastName Type: string
      • Name: DateOfBirth Type: DateTime
      • Name: GenderId Type: guid
      • Name: Email Type: string
      • Name: PhoneNumber Type: string
      • Name: StudentContactInformations Relationship: 1tomany ForeignEntityName: StudentContactInformation ForeignEntityPlural: StudentContactInformations
      • Name: StudentNextOfKins Relationship: 1tomany ForeignEntityName: StudentNextOfKin ForeignEntityPlural: StudentNextOfKins
    • Name: StudentContactInformation Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: HouseAddress Type: string
      • Name: City Type: string
      • Name: State Type: string
      • Name: ZipCode Type: string
      • Name: CountryID Type: guid
      • Name: StudentID Type: guid
    • Name: StudentNextOfKin Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: FirstName Type: string
      • Name: LastName Type: string
      • Name: DateOfBirth Type: DateTime
      • Name: GenderId Type: guid
      • Name: Email Type: string
      • Name: PhoneNumber Type: string
      • Name: StudentID Type: guid
      • Name: RelationshipID Type: guid
      • Name: NextOfKinContactInformations Relationship: 1tomany ForeignEntityName: NextOfKinContactInformation ForeignEntityPlural: NextOfKinContactInformations
    • Name: NextOfKinContactInformation Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: HouseAddress Type: string
      • Name: City Type: string
      • Name: State Type: string
      • Name: ZipCode Type: string
      • Name: CountryID Type: guid
      • Name: NextOfKinID Type: guid
    • Name: Gender Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: GenderName Type: string
      • Name: Students Relationship: 1tomany ForeignEntityName: Student ForeignEntityPlural: Students
      • Name: StudentNextOfKins Relationship: 1tomany ForeignEntityName: StudentNextOfKin ForeignEntityPlural: StudentNextOfKins
    • Name: Country Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: CountryName Type: string
      • Name: StudentContactInformations Relationship: 1tomany ForeignEntityName: StudentContactInformation ForeignEntityPlural: StudentContactInformations
      • Name: NextOfKinContactInformations Relationship: 1tomany ForeignEntityName: NextOfKinContactInformation ForeignEntityPlural: NextOfKinContactInformations
    • Name: Relationship Features:
      • Type: AddRecord
      • Type: GetRecord
      • Type: GetList
      • Type: UpdateRecord
      • Type: DeleteRecord Properties:
      • Name: RelationshipName Type: string
      • Name: StudentNextOfKins Relationship: 1tomany ForeignEntityName: StudentNextOfKin ForeignEntityPlural: StudentNextOfKins Source code for this lesson can be found at https://github.com/benjaminsqlserver/StudentManagementMicroservice


This content originally appeared on DEV Community and was authored by Benjamin Fadina


Print Share Comment Cite Upload Translate Updates
APA

Benjamin Fadina | Sciencx (2024-07-20T05:28:17+00:00) LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT. Retrieved from https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/

MLA
" » LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT." Benjamin Fadina | Sciencx - Saturday July 20, 2024, https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/
HARVARD
Benjamin Fadina | Sciencx Saturday July 20, 2024 » LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT., viewed ,<https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/>
VANCOUVER
Benjamin Fadina | Sciencx - » LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/
CHICAGO
" » LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT." Benjamin Fadina | Sciencx - Accessed . https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/
IEEE
" » LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT." Benjamin Fadina | Sciencx [Online]. Available: https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/. [Accessed: ]
rf:citation
» LESSON 5: CREATION OF ALL LAYERS OF STUDENT MANAGEMENT MICROSERVICE USING WRAPT | Benjamin Fadina | Sciencx | https://www.scien.cx/2024/07/20/lesson-5-creation-of-all-layers-of-student-management-microservice-using-wrapt/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.