A web application that allows patients to register and set checkup appointments; admin to manage the appointments, and doctors to complete the appointments.
MyHealthPlus.Core/ Framework related codes
MyHealthPlus.Data/ Domain Models and Persistent services
MyHealthPlus.Web/ Application services and User Interface
|- ClientApp/ User Interface (Angular)
|+ ...
- Clone the repository
git clone https://github.com/rpmansion/MyHealthPlus.git
- Data Migrations
- Create Initial Migration
Add-Migration InitialAppDbContextMigration -c AppDbContext
- Update Database
Update-Database -Context AppDbContext
- Install NPM packages
npm install
username: [email protected]
password: Pass123$
username: [email protected]
password: Pass123$
username: [email protected]
password: Pass123$
username: [email protected]
password: Pass123$