Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 622 Bytes

House PM

A patient manager written in ASP.NET to help private local doctors from my town to manage their patients registers.

Technical Characteristics

The current project has been developed in ASP.NET enviroment. I've added a business and a repository layer to improve logic and there is a basic client to test WCF services. So basically this proyect includes:

  • MVC model with 2 extra layers. (Business and Repository layers)
  • WCF services for a single domain class.
  • A basic client to test APIs.
  • Doctor, Assistant and Admins roles.
  • Restrictions and security.
  • 3 Tables in SQL server.
  • Code-First approach