Skip to main content

Getting Started

This section walks through the minimal steps to run Quik locally and assemble a working API.

What you will build

  • A bootstrapped Quik application
  • HTTP routing and controllers
  • Database access with models

Example project

A full example can be found in the repository at quik/moxy/be. Use it as a reference for module wiring, DI, and runtime configuration.

References