dart_verse_backend 1.4.0 copy "dart_verse_backend: ^1.4.0" to clipboard
dart_verse_backend: ^1.4.0 copied to clipboard

The ultimate dart backend framework.

Project Layers #

  1. Settings Layer
  2. Service Layer
  3. Server Layer
  4. Service-Server Layer

Settings layer #

Collects data from the user, settings, connection links, db passwords and things like that

Service layer #

The actual service that run like auth service, storage service, email service

Server layer #

The exposing layer- this layer exposes the all services, settings to the outer world( with authorization, authentication )

Service-Server layer #

The middle layer between the service layer, and the server layer
and it handles the authentication and authorization to use the service from the server layer