-
👥 Team Collaboration
Work seamlessly with your team in a shared workspace, enabling real-time collaboration and improved productivity. -
📂 Projects & Issues
Organize your workflow by creating projects and managing tasks through structured issues. -
👤 Project Members
Add, manage, and assign members to specific projects with clear ownership. -
🤖 AI Assistant
Get smart assistance for tasks, planning, and productivity with AI-powered suggestions. -
🔐 Secure Authentication
Robust and secure Authentication system to protect user data.
- Frontend: React + Vite
- Backend: Node.js + Express
- Database: MongoDB
- DevOps: Docker, Docker Compose, Jenkins
- Cloud: Azure
- Orchestration: Kubernetes (Soon)
- Clone the repository
git clone https://github.com/codebydeep/Launchpad.git
cd Launchpad- Install the required dependencies
cd server
npm installcd client
npm install- Create the .env files
cd server
PORT=your-port
MONGO_URI=your-database-url
JWT_SECRET=your-secret
JWT_EXPIRY=your-expiry
RESEND_API_KEY=your-api-keycd frontend
VITE_API_BASE_URL=http://localhost:your-port/api/v1
- Run the Server
cd server
npm run devcd client
npm run dev- Open the browser
Checkout on - http://localhost:5173/docker compose up --build