Sany3y is a service platform that connects clients who need home or business maintenance with trusted technicians such as electricians, plumbers, carpenters, and more.
├── .github
└── workflows
│ └── dotnet.yml
├── LICENSE
├── README.md
└── Sany3y.Infrastructure
├── Migrations
├── 20251015184905_CreateTables.Designer.cs
├── 20251015184905_CreateTables.cs
└── AppDbContextModelSnapshot.cs
├── Models
├── Address.cs
├── AppDbContext.cs
├── Category.cs
├── ErrorViewModel.cs
├── Message.cs
├── Notification.cs
├── Payment.cs
├── PaymentMethod.cs
├── ProfilePicture.cs
├── Rating.cs
├── Role.cs
├── Task.cs
├── User.cs
└── UserPhone.cs
├── Repositories
├── AddressRepository.cs
├── CategoryRepository.cs
├── IRepository.cs
├── MessageRepository.cs
├── NotificationRepository.cs
├── ProfilePictureRepository.cs
├── RatingRepository.cs
├── UserPhoneRepository.cs
└── UserRepository.cs
├── Sany3y.Infrastructure.csproj
├── ViewModel
├── LoginUserViewModel.cs
└── RegisterUserViewModel.cs
├── bin
└── obj
├── Sany3y.sln
├── Sany3y
├── Controllers
│ ├── AccountController.cs
│ └── HomeController.cs
├── Program.cs
├── Properties
├── Sany3y.csproj
├── Sany3y.csproj.user
├── Views
│ ├── Account
│ │ ├── Login.cshtml
│ │ └── Register.cshtml
│ ├── Home
│ │ └── Index.cshtml
│ ├── Shared
│ │ ├── Error.cshtml
│ │ ├── _Footer.cshtml
│ │ ├── _Header.cshtml
│ │ ├── _Layout.cshtml
│ │ ├── _Layout.cshtml.css
│ │ └── _ValidationScriptsPartial.cshtml
│ ├── _ViewImports.cshtml
│ └── _ViewStart.cshtml
├── appsettings.Development.json
├── appsettings.json
├── bin
├── obj
└── wwwroot
│ ├── css
│ └── site.css
│ ├── favicon.ico
│ ├── js
│ └── site.js
│ └── lib
│ ├── bootstrap
│ ├── jquery-validation-unobtrusive
│ ├── jquery-validation
│ └── jquery
└── docs
├── Business Requirements Specification.pdf
├── ERDs
├── Physical ERD.erdplus
└── Physical ERD.png
└── word
└── Business Requirements Specification.docx
| Name | GitHub | |
|---|---|---|
| Mohammed Atef | Mohammed-3tef | |
| Steven Amin | Steven-Amin02 | |
| Omniaa Ashraf | Omniaashraf10 | |
| Kenzi Shibl | kenzi-shibl |