Skip to content

SenseRatorUCF/SenseRator_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SenseRator 2.0

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.

Project Structure

The project is organized into two main directories:

Frontend

The frontend directory contains the React application responsible for the user interface and visualization.

Backend

The backend directory contains the Node.js server responsible for API endpoints, data processing, and interaction with the database.


Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm (v7 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/AlexRamlogan02/SenseRator2.0_web.git
    cd SenseRator
    
  2. Navigate to the frontend and backend directories and install the dependencies:

    cd frontend
    npm install
    

    Open another terminal

    cd backend
    npm install
    
  3. Running the Project:

    Start the backend server:

    npm run dev

    Start the frontend:

    npm run dev
    

Live Demo

https://senserator2.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages