SenseRator is a multi-platform application that provides real-time cellular and web performance data. The project is divided into two main parts:
- Frontend: A React-based application that provides the user interface.
- Backend: A Node.js-based server that handles API requests and data processing.
The project is organized into two main directories:
The frontend directory contains the React application responsible for the user interface and visualization.
The backend directory contains the Node.js server responsible for API endpoints, data processing, and interaction with the database.
- Node.js (v16 or higher)
- npm (v7 or higher)
-
Clone the repository:
git clone https://github.com/AlexRamlogan02/SenseRator2.0_web.git cd SenseRator -
Navigate to the frontend and backend directories and install the dependencies:
cd frontend npm installOpen another terminal
cd backend npm install -
Running the Project:
Start the backend server:
npm run dev
Start the frontend:
npm run dev