stabil-arm

STABIL-ARM: Surgical Tremor Stabilization System

A MERN stack application demonstrating real-time hand tremor stabilization for robotic surgery assistance.

Features

Project Structure

Setup Instructions

Prerequisites

Installation

  1. Install Dependencies
    # Install root dependencies (if any)
    # Install Server dependencies
    cd server
    npm install
       
    # Install Client dependencies
    cd ../client
    npm install
    
  2. Configuration
    • Ensure MongoDB is running.
    • The server expects MongoDB at mongodb://localhost:27017/stabil_arm.

Running the App

  1. Start the Server (Terminal 1)
    cd server
    npm run dev
    
  2. Start the Client (Terminal 2)
    cd client
    npm run dev
    
  3. Open http://localhost:3000 in your browser.

Tech Stack