HackMate is a platform to help hackathon participants find teammates, share project ideas, and collaborate effectively.
Built with the MERN stack (MongoDB, Express, React, Node.js).
- 🔑 Authentication – Register/Login with JWT & bcrypt
- 👤 User Profiles – Store name, email, skills, tech stack, and bio
- 🤝 Team Management – Create teams, join existing teams, view members
- 💡 Project Ideas – Post hackathon ideas and explore others
- 🌐 Frontend + Backend – React frontend connected to Express API
- 🗄 Database – MongoDB for persistent storage
Frontend:
- React.js
- Axios (API calls)
- TailwindCSS / Material UI (UI components)
Backend:
- Node.js + Express.js
- MongoDB + Mongoose
- JWT Authentication
- bcryptjs (password hashing)
- dotenv, cors, morgan
git clone https://github.com/your-username/hackmate.git
cd hackmate