Skip to content

A Diagnostic Medicare Management System built using Angular & Spring.

Notifications You must be signed in to change notification settings

mtwn105/Clinix-Angular

Repository files navigation

Clinix

logo

Clinix

Clinix is a Diagnostic Medicare Management System built on Angular and Spring as backend. The backend of the application is hosted on heroku on https://clinix-medicare.herokuapp.com/

Roles

These are the roles defined in the Clinix.

roles

Login

Login Screen. Login is performed using JWT Authorization using Spring. The token is then reused for future requests.

login

Admin

These are the actions can be performed by Admin.

admin

Patient

Patient can book an appointment with the doctor.

appointment

View and download medical test result.

test

Doctor

Doctor can manage patient appointments and update test results

doctor

Agent

Agent can view his patients and total commission.

agent

Run the app

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.