Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 790 Bytes

File metadata and controls

37 lines (33 loc) · 790 Bytes

Secure Remote Control Gateway

Overview

The Secure Remote Control Web App is a admin web app that is used for tech supports to remotely and securely connect to a remote android device for troubleshooting.

Technologies Used

  • Node.js (Backend)
  • React.ts (Frontend)

Installation & Setup

Prerequisites

Ensure you have Node.js installed:

node -v  # Check Node.js version
npm -v   # Check npm version

Clone the Repository

git clone https://github.com/SI-SecureRemoteControl/web-app
cd web-app

Install Dependencies

cd backend
npm install
cd ../frontend
npm install

Start the Server

cd ../backend
npm start
cd ../frontend
npm run dev

By default, the backend runs on port 5000, while the frontend runs on port 5173.