A premium expedition planning platform crafted by Dhirender Choudhary.
frontend/: React + Vite frontend application.backend/: Node.js + Express backend server.
- Node.js (v18+)
- MongoDB Atlas account (or local MongoDB)
- Clerk account for authentication
- Clone the repository.
- Install dependencies for both frontend and backend:
# Install frontend dependencies
cd frontend
npm install
# Install backend dependencies
cd ../backend
npm installPORT=3000
MONGODB_URI=your_mongodb_uri
CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
CLIENT_URL=http://localhost:5173VITE_API_URL=http://localhost:3000
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_keyTo run the project locally, you need to start both the backend and frontend servers.
cd backend
npm run devcd frontend
npm run dev- Live Demo: buildathon-gray.vercel.app
- Repository: github.com/Dhirenderchoudhary/Buildathon
- Portfolio: inapp.app/dhirender