Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.09 KB

index.md

File metadata and controls

45 lines (37 loc) · 2.09 KB

Previous: Readme

Getting Started

Pristine is a Typescript framework for NodeJS that is extremely lightweight with a few external dependencies. Additionally, Pristine offers incredible performance while coming out of the box with all the features you expect from a full-fledge framework.

This Getting Started Guide is divided in chapters so we encourage you to read them in order to understand fully how to begin using Pristine in your project.

Chapters

  1. Overview
    1. Setup
    2. Hosting
    3. Dependency Injection
    4. Decorators
  2. Controllers
    1. Request
    2. Response
    3. Decorators
    4. Validation
    5. Interceptors
    6. Guards
    7. Enrichers
  3. Module
  4. Configuration
    1. Define your module's configuration
  5. Events
  6. Authentication
  7. Logging
  8. Authorization
  9. Telemetry

Next chapter: Overview