Public repository for the My Contador application.
This application is designed to help users manage their water usage by providing access to real-time information about their water meters and consumption.
- View water meter readings and consumption details.
- View all details about water meters.
- Receive notifications from admin.
- Responsive design for easy access on various devices.
Before running the application, ensure that you have Node.js and npm installed on your computer. Follow the steps below to set up and run the app:
- Clone the repository to your local machine.
- Create a
.env.local
file with the required environment variables (see.env.local.example
). - Install dependencies:
npm install
- Start the application:
npm run dev
or if you prefer run with another ip/portnpm run dev -- -H <IP> -p <PORT>
To ensure the reliability of this app, comprehensive testing has been conducted using Playwright. Follow these steps to run the test suite:
- Run tests:
npx playwright test
- View test results:
npx playwright show-report