This is the frontend application for the Hospital Management System. It is built using modern web technologies to provide a seamless user experience for managing hospital operations.
- Patient registration and management
- Appointment scheduling
- Doctor and staff management
- Medical records management
- Billing and payments
- Reporting and analytics
- Angular
- RxJS
- Angular Router
- HttpClient
- Angular Material
- Chart.js
- Node.js (v14 or higher)
- npm (v6 or higher) or yarn
- Clone the repository:
git clone https://github.com/phattnguyeen/hostpital-management-frontend.git
- Install dependencies:
or
npm install
yarn
- Start the development server:
yarn run build:all
ng serve --project=zhms.client
- Open your browser and navigate to
http://localhost:4200.
- Build the application:
npm run buildor
yarn build- The production-ready files will be in the
distdirectory.
Contributions are welcome! Please read the contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues, please contact [email protected].