https://github.com/mtwn105/clinix-angular
A Diagnostic Medicare Management System built using Angular & Spring.
https://github.com/mtwn105/clinix-angular
angular angular-material argon-dashboard argon-design bootstrap css firebase html spring spring-boot spring-data-jpa
Last synced: 4 months ago
JSON representation
A Diagnostic Medicare Management System built using Angular & Spring.
- Host: GitHub
- URL: https://github.com/mtwn105/clinix-angular
- Owner: mtwn105
- Created: 2019-12-13T05:38:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T10:07:36.000Z (over 2 years ago)
- Last Synced: 2025-02-24T15:09:16.927Z (5 months ago)
- Topics: angular, angular-material, argon-dashboard, argon-design, bootstrap, css, firebase, html, spring, spring-boot, spring-data-jpa
- Language: CSS
- Homepage: https://clinix.amitwani.dev
- Size: 21.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clinix


### It is live on https://clinix.amitwani.dev
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.
.png)
## Login
Login Screen. Login is performed using JWT Authorization using Spring. The token is then reused for future requests.
.png)
### Admin
These are the actions can be performed by Admin.
.png)
### Patient
Patient can book an appointment with the doctor.
.png)
View and download medical test result.
.png)
### Doctor
Doctor can manage patient appointments and update test results
.png)
### Agent
Agent can view his patients and total commission.
.png)
## 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.