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.
- Getting Started: Quick start guide and documentation overview
- Overview: Project overview, tech stack, and features
- Components: UI components, forms, and quest components
- Pages & Routing: Page components and routing structure
- Hooks: Custom React hooks documentation
- Authentication: Authentication and security
- Setup: Development setup and configuration
⚙️ 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.
- Schema Reference: Database schema documentation
- Migrations: Database migration guide
- Entity Relationships: ER diagrams and relationships
Quick Links
- Frontend Getting Started: Start here
- Backend Quick Start: Backend setup
- API Documentation: API endpoints
Contributing
When adding new documentation:
- Follow the existing structure and patterns
- Use clear, descriptive titles
- Include code examples where helpful
- Keep documentation up to date with code changes