Generated 'application' Folder

Following the execution of the application generator, a folder containing the generated app’s files is created as shown. The application folder follows the name provided via the -p Jiffy execution flag. In this case, the name of the application folder is ‘FirstApp’.

FirstApp
├── appobj
│   ├── appconf.go
│   ├── appobj.go
|   └── lead_set_get.go
├── controllers
│   ├── ...
│   ├── ...
.
.
.
├── .dev.config.json
├── .prd.config.json
├── main_test.go
└── main.go