A modern web-based system for managing water meter readings, assignments, and reporting workflows.
This project provides a complete solution for handling water meter operations:
- Admins can upload and manage reading lists
- Staff can input and track meter readings
- System automatically organizes data and generates reports
water-me
- Role-based login for admin and staff users
- Reading list and assignment management
- Meter record entry and reading history
- Report and activity tracking
- Excel import workflow for meter data
- React
- TypeScript
- Vite
- Tailwind CSS
- Node.js
- Express
- PostgreSQL / Prisma
Clone the repository and install dependencies inside the project folders you want to run.
Example:
cd app
npm install
npm run devFor the fuller backend/frontend setup, see:
water-meter-system/README.mdapp/README.md
- Do not commit
.envfiles or secret keys. - If you use Supabase, make sure Row Level Security policies are configured before production use.