Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 526 Bytes

File metadata and controls

12 lines (11 loc) · 526 Bytes

Backend

Structure

  • certificates: HTTPS self-signed certificates docs
  • controllers: Backend operations/functions
  • middleware: Some middleware functions used in some API calls.
  • models: Database model figures
  • routes: Every API endpoint
  • test: Test cases for every API call possible
  • utilities: Some utility functions used by the backend
  • app.js: Express app
  • server.js: Backend server initialisation and hosting