Skip to content

Repository files navigation

Launchpad

Tech Stack

TypeScript Express MongoDB React Zustand shadcn/ui Tailwind CSS

Docker Docker%20Compose Microsoft Azure Jenkins

Features

  • 👥 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.


Tech Stack

  • Frontend: React + Vite
  • Backend: Node.js + Express
  • Database: MongoDB
  • DevOps: Docker, Docker Compose, Jenkins
  • Cloud: Azure
  • Orchestration: Kubernetes (Soon)

Installation

  1. Clone the repository
git clone https://github.com/codebydeep/Launchpad.git
cd Launchpad
  1. Install the required dependencies
cd server
npm install
cd client
npm install
  1. 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-key
cd frontend
VITE_API_BASE_URL=http://localhost:your-port/api/v1
  1. Run the Server
cd server
npm run dev
cd client
npm run dev
  1. Open the browser
Checkout on - http://localhost:5173/

Run Locally with Docker

docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages