Skip to content
Tutorial
  • Your first API
  • Testing your API
How-to guides
  • Add and share a provider
  • Write a guard
  • Transform and validate with pipes
Reference
  • Decorator reference
  • CLI reference
Explanation
  • Modules and dependency injection
  • The request lifecycle
  1. Documentation
  2. Bustan
  3. 0.0.2
  4. tutorial

Tutorial

Learn by building something, start to finish.

  1. Your first APIBuild a small API with a module, a controller and an injected provider.
  2. Testing your APIBuild a test module, override a provider with a fake, and assert against real routing.