Sunrise Senior Services is a web application designed to foster connections between people, primarily elderly individuals, to enhance social interactions and engagement.
- Community Connections: Enables elderly individuals to connect and interact with others.
- User Authentication: Secure login and authentication powered by ClerkAuth.
- Modern UI: Built with ReactJS and styled using TailwindCSS & ShadCN.
- Live Interaction: Using the power of Web Sockets to allow client to client connection for interactions.
- ReactJS
- TailwindCSS
- ClerkAuth
- ExpressJS
- ClerkAuth
# Clone the repository
git clone https://github.com/your-repo/sunrise-senior-services.git
cd sunrise-senior-services
# Install dependencies
npm install
# Set up your environment variables using .env.example
# Start the development server
npm run dev dev