Project Sturcture
This page will tell you the important structure of this project in order to let you get started quickly.
The directory you need to know
- cybergui.sql
- secret.json
- server.js
- settings.json
Top Folders
| Name | Role |
|---|---|
| service | Server |
| src | Frontend Source Code |
Second Folders
service
| Name | Role |
|---|---|
| modules | Server Modules |
| pages | Server Functions |
| sql | Database Modules |
src
| Name | Role |
|---|---|
| components | Frontend Components |
| lang | Language Localizations |
| pages | Frontend Pages |
Files
service
| Name | Role |
|---|---|
| cybergui.sql | Database Creation |
| secret.json | Database and Admin Passwords |
| server.js | Main Server |
src
| Name | Role |
|---|---|
| settings.json | Frontend Settings |