FamNotify is a real-time family notification system built with an Express backend, a Vue.js frontend, and Socket.IO for real-time communication.
- Real-time notifications
- Responsive design
- Backend: Express.js
- Frontend: Vue.js
- Real-time Communication: Socket.IO
- Clone the repository:
git clone https://github.com/yourusername/FamNotify.git
- Navigate to the project directory:
cd FamNotify - Install backend dependencies:
cd server npm install - Install frontend dependencies:
cd ../client npm install
- Start the backend server:
cd server npm run dev - Start the frontend development server:
cd ../client npm run dev -- --host