Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sedadiriker/meetmanagersystem
https://github.com/sedadiriker/meetmanagersystem
asp-net-mvc email-service jwt-authentication mssql netcore8 passwordhashing swagger
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sedadiriker/meetmanagersystem
- Owner: sedadiriker
- Created: 2024-07-24T09:20:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:47:31.000Z (3 months ago)
- Last Synced: 2024-10-12T07:03:37.801Z (26 days ago)
- Topics: asp-net-mvc, email-service, jwt-authentication, mssql, netcore8, passwordhashing, swagger
- Language: CSS
- Homepage:
- Size: 40.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meet-Manager-System
ProjectRoot/
│
├── ApiLayer/ # API controllers and services
│ ├── Controllers/
│ ├── Program.cs
│ ├── Startup.cs
│ └── appsettings.json
│
├── BusinessLayer/ # Business logic services
│ └── Services/
│ └── UserService.cs
│
├── DataAccessLayer/ # Entity Framework DbContext and migrations
│ ├── Migrations/
│ ├── ApplicationDbContext.cs
│ └── IRepository.cs
│
├── EntitiesLayer/ # Database and business model classes
│ ├── User.cs
│ └── Meeting.cs
│
├── PresentationLayer/ # UI components (Angular or MVC)
│ ├── Angular/ # Angular project files
│ └── MVC/ # MVC project files
│ ├── Controllers/
│ ├── Views/
│ └── wwwroot/
│
├── docker/ # Docker-related files
│ ├── Dockerfile
│ └── docker-compose.yml
│
├── .gitignore # Git ignore settings
└── README.md # Project documentation