JointVenture is a web application designed to facilitate joint venture management.
client/: React frontend applicationserver/: Node.js/Express backend application
- Node.js (v14 or higher)
- npm (v6 or higher)
- Navigate to the client directory:
cd client - Install dependencies:
npm install
- Start the development server:
The application will be available at
npm run dev
http://localhost:5173.
- Navigate to the server directory:
cd server - Install dependencies:
npm install
- Start the backend server:
The server will run on port 5000 (default).
npm run start
Ensure both the client and server are running. Navigate to http://localhost:5173 in your browser to use the application.