A modern, modular Angular application for healthcare operations, supporting Admin, Doctor, and Patient roles. This documentation provides an overview, setup instructions, and links to detailed docs for developers and non-technical users.
The frontend is a single-page application (SPA) built with Angular, designed for seamless interaction with the backend API. It provides dashboards, forms, tables, and real-time notifications for all user roles. The UI is styled using Tailwind CSS for rapid, utility-first design.
- Node.js (v14 or higher)
- npm or yarn
- Angular CLI (recommended)
- Tailwind CSS (already configured)
- Clone the repository:
git clone <repository-url> cd frontend
- Install dependencies:
npm install
- Start the development server:
ng serve
- Open your browser at http://localhost:4200
For detailed documentation, see the docs folder.