MovePet is a platform connecting pet owners with trusted caretakers. It provides services such as pet walking, feeding, veterinary support, a pet community, and a pet store.
- Frontend: React.js
- Backend: Express.js (Node.js)
- Database: MySQL
- User authentication (owners, caretakers, vets, store owners)
- Booking system (pet care, vet appointments)
- Community forums (posts, comments, lost & found, adoptions)
- Veterinary services (appointments, health records)
- Pet store (products, subscriptions, orders)
- Reviews & ratings
- Pet profile management
- Notifications (structure for push notifications)
- Payment integration (structure for secure payments)
- Real-time tracking (API stub)
cd server
npm install
- Configure your MySQL credentials in
config/db.js
npm run dev
cd client
npm install
npm start
/client
- React frontend/server
- Express backend