Skip to content

SI-SecureRemoteControl/web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

472 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors