Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ResourceBuddy Documentation

Welcome to the ResourceBuddy documentation. This folder contains all technical documentation, guides, and references for the project.

Documentation Structure

📋 Setup

Installation and configuration guides

Documentation for all features and functionality

Technical documentation and architecture details

🔌 API

API documentation and integration guides

Development workflows and guidelines

Quick Links

Project Structure

rs_art_station/
├── backend/          # Node.js backend server
├── web-ui/          # React frontend application
├── services/        # Microservices (cache API, etc.)
├── resourcespace/   # ResourceSpace core files
├── docker/          # Docker configuration
└── docs/           # This documentation

Contributing

When adding new documentation:

  1. Place it in the appropriate subfolder
  2. Update this index file
  3. Follow the existing naming convention (FEATURE_NAME.md)
  4. Include clear headings and examples