{"id":23109487,"url":"https://github.com/msadeqsirjani/dentistry","last_synced_at":"2026-04-11T07:02:33.428Z","repository":{"id":187642545,"uuid":"677295821","full_name":"msadeqsirjani/Dentistry","owner":"msadeqsirjani","description":"Dentistry is a web app for dental clinics to manage appointments, patient records, treatment plans, and billing. It enhances practice management and patient care.","archived":false,"fork":false,"pushed_at":"2023-08-11T08:14:38.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T23:16:00.665Z","etag":null,"topics":["dotnet","entity-framework","fum","mapster","oop","scruter","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","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/msadeqsirjani.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}},"created_at":"2023-08-11T08:05:18.000Z","updated_at":"2023-12-19T09:45:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a974babe-7134-4b84-9759-520f4a391984","html_url":"https://github.com/msadeqsirjani/Dentistry","commit_stats":null,"previous_names":["msadeqsirjani/dentistry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msadeqsirjani/Dentistry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FDentistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FDentistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FDentistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FDentistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msadeqsirjani","download_url":"https://codeload.github.com/msadeqsirjani/Dentistry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FDentistry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947525,"owners_count":23853383,"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":["dotnet","entity-framework","fum","mapster","oop","scruter","sql-server"],"created_at":"2024-12-17T01:36:49.748Z","updated_at":"2026-04-11T07:02:28.401Z","avatar_url":"https://github.com/msadeqsirjani.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dentistry Web Application\n\nDentistry is a comprehensive web application designed to streamline dental practice management and enhance patient care. The application follows a vertical slice architectural pattern, which promotes modularity and separation of concerns. It allows for independent development and deployment of individual features or slices of functionality.\n\n![Dentistry Architecture](\u003c\u003e)\n\n## Architecture Overview\n\nThe Dentistry web application is built using a combination of server-side technologies. The server-side is developed using the .NET 7 framework.\n\nThe application follows the vertical slice architecture, which organizes code by features rather than layers. Each vertical slice represents a self-contained module that incorporates all the necessary components (backend and database) to implement a specific feature or functionality.\n\n### Backend\n\nThe backend of Dentistry consists of the following components:\n\n- **API Layer**: This layer provides a RESTful API for client applications to interact with the server. It handles incoming requests, performs authentication and authorization, and delegates business logic to the appropriate vertical slice.\n- **Vertical Slices**: Each vertical slice represents a specific feature or functionality of the application, such as appointments, patient records, treatment plans, and billing. Each slice contains its own set of controllers, services, and data access components.\n- **Data Access Layer**: This layer is responsible for interacting with the database and performing CRUD operations. It utilizes an ORM (Object-Relational Mapping) framework, such as Entity Framework Core, to simplify database access and management.\n\n## Deployment\n\nDentistry can be deployed using Docker, which allows for containerized deployment and easy management of the application. The deployment process involves creating a Docker image of the application and running containers based on that image.\n\nTo deploy Dentistry using Docker, follow these steps:\n\n1. Install Docker on your deployment server.\n1. Build the Docker image by running the following command in the project's root directory:\n   ````\n   docker build -t dentistry .\n   ```\n   This command builds the Docker image using the provided Dockerfile in the project.\n   ````\n1. Run a Docker container based on the built image:\n   ```\n   docker run -d -p 8080:80 dentistry-app\n   ```\n   This command starts a Docker container based on the image and maps port 8080 on the host to port 80 inside the container.\n1. Access Dentistry by navigating to `http://localhost:8080` in your web browser.\n\nNote: Make sure to configure the necessary environment variables and connection strings for the application to connect to the database and other required services.\n\n## Contributing\n\nContributions to Dentistry are welcome! If you have any suggestions, bug reports, or feature requests, please feel free to open an issue or submit a pull request on the project's GitHub repository.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsadeqsirjani%2Fdentistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsadeqsirjani%2Fdentistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsadeqsirjani%2Fdentistry/lists"}