A modern dating application monorepo.
⭐ If you find this project useful, please consider giving it a star! ⭐Vibrance is a full-stack dating application built using a modern TypeScript monorepo architecture.
- Frontend: React 19 + Vite + TypeScript (Radix UI + Tailwind CSS)
- Backend: Express.js + Drizzle ORM
- Database: PostgreSQL (Supabase)
- Shared: Zod schemas for end-to-end type safety
- Package Manager: pnpm
- Node.js
- pnpm
# Clone the repository
git clone https://github.com/Saurabhtbj1201/Vibrance-Dating-App.git
cd Vibrance-Dating-App
# Install dependencies
pnpm install
# Start development environment (frontend & backend concurrent)
pnpm run devFor more details on the project structure and architecture, please read through the codebase documentation.
We welcome contributions! Please see our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE.md file for details.