Skip to content
zachary endrulat edited this page Aug 27, 2023 · 1 revision

### Explanation of the folders starting with first level

  • assets where css,js,images, and template files are
  • cmd cli commands
  • internal services and security
  • optimize optimization service
  • src where the server is

### Explanation of the folders starting with second level

  • assets
    • build where you put assets or edit them to eventaully be optimized
    • optimized optimized assets and combined
    • templates where template files are
  • cmd
  • internal
    • dbsql database calls
    • email email service
    • security security functions like jwt and tokens
  • optimize
  • src
    • funcmaps where functions are that you can use in templates
    • handler has crud and rest
    • routes where the routes are (some are in server folder)
    • server where all the middleware is
Clone this wiki locally