This is the frontend of the application Haletech using Angular
This project was generated with Angular CLI version 15.0.4.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
json-server --watch db.json
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
It is a Spring Boot project using Web api , MySQL Drivers , JPA and Hibernate . It is the backend of my project Haletech which is an application still under development which is aimed at making jobs at hospitals and nursing homes much easier by providing a common platform for both the administration department , doctors and patients . It is a go to app with simple and responsve UI to make it easy for all the parties to avail and use the emergency services as time is precious . The different roles are defined and will be authenticated and authorised using JWT token . The Web APIs can be easily tested using Postman . The table can be availed using MYSQL and changing the username (which will be by default root) and passwords that are given in the application.properties under resources . Any collaboration is welcomed .