Skip to content

Appointment management for hospital checkups (Work in progress)

Notifications You must be signed in to change notification settings

rpmansion/MyHealthPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MyHealthPlus

A web application that allows patients to register and set checkup appointments; admin to manage the appointments, and doctors to complete the appointments.

Capture

Project structure

MyHealthPlus.Core/           Framework related codes
MyHealthPlus.Data/           Domain Models and Persistent services
MyHealthPlus.Web/            Application services and User Interface
|- ClientApp/                User Interface (Angular)
|+ ...

Getting Started

Installation

  1. Clone the repository
git clone https://github.com/rpmansion/MyHealthPlus.git
  1. Data Migrations
  • Create Initial Migration
Add-Migration InitialAppDbContextMigration -c AppDbContext
  • Update Database
Update-Database -Context AppDbContext
  1. Install NPM packages
npm install

Test Credentials

Patients

username: johndoe@email.com
password: Pass123$

username: janedoe@email.com
password: Pass123$

Staff

username: merissaperin@email.com
password: Pass123$

Doctor

username: markstephenson@email.com
password: Pass123$

Build with: