All Projects → AhmedMah → Clinicmanagement

AhmedMah / Clinicmanagement

Licence: mit
Clinic management project using Asp.net mvc5

Programming Languages

javascript
184084 projects - #8 most used programming language
csharp
926 projects

Projects that are alternatives of or similar to Clinicmanagement

Decision
Simple Decision System
Stars: ✭ 50 (-32.43%)
Mutual labels:  entity-framework, automapper, asp-net-mvc
BlipBinding
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use default MVC model binding with hierarchical form data.
Stars: ✭ 29 (-60.81%)
Mutual labels:  entity-framework, asp-net-mvc
Aspnetmvcactivedirectoryowin
ASP.Net MVC with Active Directory Authentication using Owin Middleware
Stars: ✭ 44 (-40.54%)
Mutual labels:  entity-framework, asp-net-mvc
Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
Stars: ✭ 89 (+20.27%)
Mutual labels:  entity-framework, automapper
Webtimesheetmanagement
Basic TimeSheet Management Application in ASP.NET MVC 5
Stars: ✭ 93 (+25.68%)
Mutual labels:  asp-net-mvc, repository-pattern
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+164.86%)
Mutual labels:  entity-framework, repository-pattern
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-75.68%)
Mutual labels:  entity-framework, asp-net-mvc
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (+18.92%)
Mutual labels:  entity-framework, automapper
ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
Stars: ✭ 25 (-66.22%)
Mutual labels:  datatables, entity-framework
AspNetCore.BookStore
ASP.NET Core application using Command Pattern and Repository Pattern
Stars: ✭ 121 (+63.51%)
Mutual labels:  repository-pattern, automapper
Mockqueryable
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Stars: ✭ 281 (+279.73%)
Mutual labels:  entity-framework, automapper
PostgreSQL.AspNet.Identity.EntityFramework
ASP.NET Identity 2.0 Storage Provider using PostgreSQL EntityFramework
Stars: ✭ 26 (-64.86%)
Mutual labels:  entity-framework, asp-net-mvc
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-39.19%)
Mutual labels:  repository-pattern, automapper
Model
Ruby persistence framework with entities and repositories
Stars: ✭ 399 (+439.19%)
Mutual labels:  entity-framework, repository-pattern
Abp Asp.net Boilerplate Project Cms
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Stars: ✭ 677 (+814.86%)
Mutual labels:  entity-framework, automapper
Efcore.demo
Projetos com os novos recursos do Entity Framework Core
Stars: ✭ 50 (-32.43%)
Mutual labels:  entity-framework
Dnczeus
DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
Stars: ✭ 1,104 (+1391.89%)
Mutual labels:  entity-framework
Rom Repository
THIS PROJECT WAS MOVED TO rom-rb/rom
Stars: ✭ 48 (-35.14%)
Mutual labels:  repository-pattern
Servicestack.text
.NET's fastest JSON, JSV and CSV Text Serializers
Stars: ✭ 1,157 (+1463.51%)
Mutual labels:  automapper
Dntprofiler
DNTProfiler is an EF 6.x and NH 4.x profiler.
Stars: ✭ 59 (-20.27%)
Mutual labels:  entity-framework

Dashboard

Clinic Management

Clinic web application to support requirement which is that patients visit clinic and get registered, after that, they make an appointment to available doctors. By default the appointment gets a pending status because it needs to be reviewed. After that, the doctor is going to work out the patient attendance. Under the report we should have daily and monthly appointments.

Frameworks - Libraries

  1. ASP.NET MVC (version 5)
  2. Entity Framework
  3. Ninject
  4. Automapper

Running Project

  • Open the project with Visual Studio.
  • in web.configfile change the connection string according to your system.
    <connectionString><add name="ClinicDB" connectionString="data source=Your data source; initial catalog=ClinicDB;Integrated Security=True" providerName="System.Data.SqlClient" /></connectionString>
    
  • In package manager console run the following commands
    - enable-migrations
    -  add-migration "InitialDb"
    -  update-database
    
  • Open the database
  • In AspNetRoles table add Administrator and Doctor.
  • Run the project. Go to http://localhost:xxxx/Account/Register to add admin user.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].