Skip to content

Dhirenderchoudhary/Buildathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dhirender's Voyage

A premium expedition planning platform crafted by Dhirender Choudhary.

Project Structure

  • frontend/: React + Vite frontend application.
  • backend/: Node.js + Express backend server.

Getting Started

Prerequisites

  • Node.js (v18+)
  • MongoDB Atlas account (or local MongoDB)
  • Clerk account for authentication

Installation

  1. Clone the repository.
  2. Install dependencies for both frontend and backend:
# Install frontend dependencies
cd frontend
npm install

# Install backend dependencies
cd ../backend
npm install

Environment Setup

Backend (backend/.env)

PORT=3000
MONGODB_URI=your_mongodb_uri
CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
CLIENT_URL=http://localhost:5173

Frontend (frontend/.env)

VITE_API_URL=http://localhost:3000
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key

Running Locally

To run the project locally, you need to start both the backend and frontend servers.

Start Backend

cd backend
npm run dev

Start Frontend

cd frontend
npm run dev

Links

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors