-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Azizul Hakim edited this page Aug 27, 2025
·
11 revisions
Production-ready backend-as-a-service foundation built on PocketBase with enterprise-grade features.
- Project Structure Guide
- Environment Configuration Guide
- Makefile Commands Guide
- Database Migrations Guide
- Database Seeder Guide
- Custom Routes Guide
- Event Hooks System Guide
- Custom Middleware Setup Guide
- Cron Jobs & Job Queue Guide
- Custom Email System Guide
- CLI commands
- Project README - Main project documentation
- Environment Configuration - Configuration options
- Makefile Commands - Available development commands
- Home - IMS PocketBase BaaS Starter Documentation
- Project Structure - Project organization and architecture
- Environment Configuration - Configuration setup
- Makefile Commands - Development commands
- Database Migrations - Schema management
- Database Seeders - CLI database seeder for dev
- Custom Routes - API endpoints and handlers
- Event Hooks System - PocketBase event handling
- Custom Middleware - Authentication and middleware
- Cron Jobs & Job Queue - Background task processing
- Custom Email System - Email templates and sending
- CLI commands - Command-line interface support for custom scripts and tasks
- Caching System - TTL caching implementation
- Metrics Collection - Application metrics and monitoring
- Centralized Logger - Logging system and configuration
- API Documentation - API documentation generation
- Local Metrics Setup - Development monitoring setup
- Git Hooks Setup - Code quality automation
- Dependency Injection - DI patterns and architecture