Chinchay Docs
Getting Started
Docs
The Model
Middleware
Error Handler
Collaborate!
Getting Started
Docs
The Model
Middleware
Error Handler
Collaborate!
  • Overview: What is Chinchay?
    • Overview: What is Chinchay?
    • File Structure: Model-View-Controller (MVC) Architecture
    • Updating the Database
    • REST API
  • Command Line Interface
    • Overview
    • The magical new command
    • Chinchay Configurations: Chainfile
    • What is created?
    • frontend and backend
    • the middleware flag
    • Do I prefer 🐫camels or 🐍snakes?
  • Chainfile
    • Overview
    • Knex: The minimal Configuration
    • Model + Controller + Routes
    • views
    • frontend
    • backend
    • middleware + access + TheWall
  • Hateoas Generator
    • Overview
    • HATEOAS Generator
    • addLink
    • get
    • removeLink
  • The TableGateway Model
    • Overview
    • Table Data Gateway
  • Chinchay Middleware
    • Overview
  • Error Handler: Manage http responses
    • Overview
  • API: Client Querying
    • Overview
    • Create
    • Update
    • Delete
    • Find by ID
    • Find
    • Count

Chinchay

Welcome to the Chinchay Docs

FInd a fully detailed documentation of Chinchay. How to navigate through it and every other aspect. Go ahead dig in:

    • Command Line Interface
    • Configuring with the .chainfile
    • For a API rest: use the hateoas Generator
    • The Table Gateway Model: our little gem!
    • For protecting your routes and having a oauth API: The Middleware
    • Manage your html responses with the Error Handler