This project, HomeRemedyFrontEnd, is an integral part of the Home Remedy Application suite, which includes the backend component HomeRemedyApp. It was generated with Angular CLI version 17.0.3 and serves as the user interface for managing and accessing the home-based pharmacy and disease directory.
Run ng serve
for a development server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
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.
For more help on the Angular CLI, use ng help
or check out the Angular CLI Overview and Command Reference page.
HomeRemedyUi works in tandem with the Home First Aid Kit backend. Ensure the backend server is running to enable full functionality of the UI, including access to the medication database and disease directory.
- Ensure Backend is Running: Start the 'Home First Aid Kit' backend application.
- Set up Environment Variables: Configure the necessary environment variables to connect to the backend (e.g., API endpoints).
We welcome contributions to HomeRemedyUi. Please read our contributing guidelines for details on how to submit changes and participate in code reviews.
This project is licensed under the [Your Choice of License] - see the [LICENSE.md](link to license) file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc.