A MERN Stack app to help developers find teammates for hackathons.
- Next.js
- Node.js
- Express.js
- MongoDB
- Register/Login
- Skill + Hackathon-based filtering
- Profile creation
- Connect with other devs
- Clone the repo
- Backend:
- Create
.env
in/server
MONGO_URI=your-mongodb-uri
- Create
- npm install express mongoose
- npm start