DevConnect is a modern developer link-sharing platform built using Next.js, NextAuth, Express.js, and MongoDB Atlas.
Users can log in with GitHub, manage important links like Portfolio, LinkedIn, GitHub, Resume, and create a personalized developer profile with a modern responsive UI.
#LIVE LINK = https://dev-connect-wheat.vercel.app
- 🔐 GitHub Authentication using NextAuth
- 📁 Protected Dashboard
- 🔗 Add & Manage Links
- ☁️ MongoDB Atlas Integration
- ⚡ Modern Responsive UI
- 👨💻 Developer Profile Page
- 🚀 Built with Next.js App Router
- Next.js
- React.js
- Tailwind CSS
- NextAuth.js
- Express.js
- Node.js
- MongoDB Atlas
git clone YOUR_REPOSITORY_URL
cd devconnect
npm installCreate a .env.local file in the root directory:
GITHUB_ID=your_github_id
GITHUB_SECRET=your_github_secret
NEXTAUTH_SECRET=your_secret
NEXTAUTH_URL=http://localhost:3000Create a .env file inside backend folder:
MONGO_URL=your_mongodb_connection_stringnpm run devcd backend
node server.jsAdd your project screenshots here.
Aditya Kewat
Portfolio: https://adityacodes07.github.io/my-portfolio/
If you like this project, give it a star on GitHub ⭐