A comprehensive enterprise-grade web application for equestrian facility management, featuring hierarchical task management, real-time operations tracking, and comprehensive horse care coordination.
- Hierarchical Task Management: Multi-level approval workflows with automated escalation
- Horse Care Management: Complete health records, care teams, and veterinary tracking
- Employee Operations: Attendance tracking, permissions, and performance monitoring
- Inventory Control: Feed, medicine, tack, and equipment management
- Financial Management: Expense tracking, fines, and automated billing
- Security & Access: Gate management, visitor logging, and audit trails
- Real-time Notifications: Automated alerts and escalation systems
- Analytics & Reporting: Operational insights and compliance reporting
Backend: Next.js 16, TypeScript, PostgreSQL, Prisma ORM, JWT Authentication Frontend: React 19, Radix UI, Tailwind CSS, React Router Infrastructure: AWS S3, Redis, Google OAuth
- Node.js 18+
- PostgreSQL 12+
- AWS S3 account
- Google OAuth credentials
-
Clone and install dependencies:
git clone <repository-url> npm run install-all
-
Configure environment:
# Copy environment files cp backend/.env.example backend/.env cp frontend/.env.example frontend/.env # Edit .env files with your credentials
-
Setup database:
cd backend npm run prisma:migrate npm run seed -
Start development servers:
# Terminal 1 - Backend npm run start-backend # Terminal 2 - Frontend npm run start-frontend
Visit http://localhost:3001 to access the application.
npm run install-all- Install all dependenciesnpm run start-backend- Start backend servernpm run start-frontend- Start frontend applicationnpm run build-frontend- Build for production
Backend (.env):
DATABASE_URL- PostgreSQL connection stringJWT_SECRET- JWT signing secretGOOGLE_CLIENT_ID- Google OAuth client IDAWS_ACCESS_KEY_ID- AWS S3 access key
Frontend (.env):
REACT_APP_API_URL- Backend API URLREACT_APP_GOOGLE_CLIENT_ID- Google OAuth client ID
- JWT-based authentication with secure token management
- Role-based access control with granular permissions
- AWS S3 secure file storage with access controls
- Comprehensive audit logging and compliance tracking
- Data encryption and secure API endpoints
- Optimized database queries with strategic indexing
- Redis caching for improved response times
- Image compression and efficient file handling
- Real-time notifications with WebSocket support
- Mobile-responsive design with progressive enhancement
Proprietary - Stable Management System
For technical support or questions, please contact the development team.
