项目作者: arifgit12
项目描述 :
Find and Book doctor
高级语言: C#
项目地址: git://github.com/arifgit12/GetADoctor.git
GetADoctor v1.0 Find and Book doctor
GetADoctor is a web app for doctor and patient. The primary objective of the GetADoctor app is to provide a learning app for building real-world web apps with ASP.NET MVC 5 and EF 6 Code First.
Technologies
- ASP.NET MVC 5
- EF 6 Code First
- AutoMapper
- Ninject
- Twitter Bootstrap
- SQL Server 2012 Express
Running the Application
- Open the solution in Visual Studio 2013. Build the solution to install Nuget packages.(This will automatically restore Nuget packages.
- Open the web.config and change the connecting string “DefaultConnection” for working with your system.
- Run the application and register a new User.
- Predefined user is created for admin panel. username - admin@admin.com, password - Admin@123
- Two type of user can register and use the application. One for the doctor and another for the patient or user.
- Register as doctor or patient.
- Doctor can schedule appointment and view appointment.
- User or patient can take and manage appointment.
Team