Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 713 Bytes

External Documentation


This folder contains all the doc's for the api and how to configure your Scaffold application.

Content's:

  1. Scaffold Cli
  2. Components
  3. Good practices

Flow Chart for Scaffold's API process

Scaffold has a simple yet effective process. It starts with an API consumer making a request to a route with an attached controller. The controller first checks if it has an attached model. If it doesn't, it returns the fallback; otherwise, it tries to retrieve data from the database and returns the fallback if it encounters an error.

flowchart