Veyra is the frontend application built by NovaPeru Tech to connect nursing homes with families of older adults. The app's goal is to improve safety, monitoring and communication for residents while providing nursing-home staff with organized, controlled and auditable management of resident data.
This documentation covers the frontend implementation details and how to run, develop and contribute to the project.
- Angular (TypeScript) - Core framework
- Angular Material - UI components and theming
- ngx-translate - Internationalization (i18n)
- RxJS - Reactive state management and streams
- Angular Signals - Modern state management (if implemented)
- Angular HTTP Client - REST API communication
- Node.js
- npm or yarn
- Angular CLI
# Clone the repository
git clone [repository-url]
cd veyra-frontend
# Install dependencies
npm install
# Start development server
ng serve