Examples
Collection of examples showing how to use bearn in different scenarios.
Basic REST API
Simple REST API with CRUD operations and validation.
View example →Authentication
JWT authentication with protected routes.
View example →Database Integration
Using bearn with Prisma ORM and PostgreSQL.
View example →WebSocket
Real-time communication using WebSocket.
View example →