Index

Welcome to Insidr Documentation

This is the comprehensive documentation for the Insidr (IBW - In Blockchain We Trust) project ecosystem.

Documentation Sections

🎨 Frontend

The IBW Admin Dashboard is a React-based administrative interface for managing conferences, events, speakers, users, quests, and notifications.

⚙️ Backend

The backend service provides RESTful APIs for the IBW platform.

  • Overview: Backend architecture and overview
  • API: API endpoints and patterns
  • Services: Backend services documentation
  • Models: Data models and structures
  • Setup: Backend configuration and setup

🗄️ Database

Database schema, migrations, and entity relationships.

Quick Links

Contributing

When adding new documentation:

  1. Follow the existing structure and patterns
  2. Use clear, descriptive titles
  3. Include code examples where helpful
  4. Keep documentation up to date with code changes