Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 909 Bytes

File metadata and controls

48 lines (36 loc) · 909 Bytes
# TalentBridge

A full‑stack talent‑matching platform connecting candidates and recruiters.  
Live demo: https://talentbridge-seven.vercel.app/

---

## Tech Stack 
- **Front‑end:** Next.js · React · Tailwind CSS  
- **Back‑end:** Node.js · Express.js  
- **Auth:** NextAuth.js (email OTP)  
- **DB:** MongoDB Atlas (Mongoose)  
- **Deploy:** Vercel  

---

## Quick Start
1. **Clone & install**  
   ```bash
   git clone https://github.com/Ajad-cpu/TalentBridge.git
   cd TalentBridge
   npm install
  1. Configure .env.local

    MONGODB_URI=
    NEXTAUTH_URL=http://localhost:3000
    NEXTAUTH_SECRET=
  2. Run

    npm run dev
  3. Open http://localhost:3000


License

MIT

This project is open-source and licensed under the MIT License, allowing free use, modification, and distribution.