📂Folder structure

The folder structure of saaster

Main folderSub folderSub folderDescription

api

jwt

JWT-CFML library

resources

All API resources

taffy

Taffy Framework files

backend

core

The core folder / never touch it

com

All .cfc files (models)

handler

The handler files (controller)

views

All cfm files (HTML views)

modules

Here you can develope your modules

myapp

Here you can develope your main app

widgets

Widgets for your app

configs

Configuration files for Docker and the application (config.cfm)

db

Database SQL files

dist

div.

Images, CSS, JS and fonts

frontend

Frontend files, all pages which do not require a login

core

com

All .cfc files (models)

handler

The handler files (controller)

scheduletasks

All cfm files (HTML views)

logs

Log files, split into monthly folders

setup

This folder contains the routine needed for the very first setup on a live environment

mockdata

Contains scripts to create test data

userdata

Files uploaded by the customer are stored in this folder

images

Stores images from usres

logos

Stores logos from users

modules

Pictures for the modules

users

Stores profile pictures from users

Last updated