VisionBoard --> A full-stack Next.js app with secure authentication (NextAuth), user profiles, and media management using Imagekit. Users can register/login, upload images/videos, manage content via a responsive dashboard, and experience full CRUD operations with MongoDB backend.
- User Authentication with NextAuth
- Profile management and secure CRUD operations
- Upload and manage media using Imagekit
- Responsive Dashboard UI
- Backend built with Next.js API routes and MongoDB
First, install dependencies and run the development server:
npm install
npm run dev