Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T10:07:36.000Z (over 1 year ago)
- Last Synced: 2023-03-03T21:32:33.111Z (over 1 year 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: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clinix
![logo](src/assets/img/brand/clinix-color-logo.png)
![Clinix](https://user-images.githubusercontent.com/12975481/159705730-c90417ba-b702-45c8-ac31-9e10ee01149d.png)
### 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.
![roles](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(21).png)
## Login
Login Screen. Login is performed using JWT Authorization using Spring. The token is then reused for future requests.
![login](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(22).png)
### Admin
These are the actions can be performed by Admin.
![admin](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(23).png)
### Patient
Patient can book an appointment with the doctor.
![appointment](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(41).png)
View and download medical test result.
![test](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(45).png)
### Doctor
Doctor can manage patient appointments and update test results
![doctor](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(31).png)
### Agent
Agent can view his patients and total commission.
![agent](https://github.com/mtwn105/clinix/blob/master/Screenshots/Screenshot%20(48).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.