⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠

Text Elements

index.js

index.js

routes

models

api1.route.js

api2.route.js

/

  • Functions for what to do for certain requests at certain endpoints
  • Exports route middleware

Frontend

Various Route js files

  • Adds middleware

Models

Database

  • Json object formats to follow when doing CRUD operations
  • exports model middleware