Skip to content

krishnagoyal099/ReverieOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ReverieOS Documentation

Overview

ReverieOS is a distributed platform with a React-based frontend and a Node.js/Express backend using PostgreSQL. It features a 3D global grid visualization, mesh networking, and micro-task scheduling.

Setup

  1. Clone the repository.
  2. See frontend/README.md for frontend setup.
  3. See backend/README.md for backend setup.

Usage

  • Start the backend and frontend servers as described in their respective READMEs.
  • Access the dashboard at http://localhost:3000.

Architecture

  • Frontend: React, Three.js for 3D visualization, WebRTC mesh networking, WASM micro-task execution.
  • Backend: Express API, PostgreSQL for persistence, endpoints for task assignment, result submission, and impact tracking.

Testing

  • Frontend: Run npm test in the frontend directory.
  • Backend: Run npm test in the backend directory (Jest/Supertest).

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors