-
Notifications
You must be signed in to change notification settings - Fork 0
File structure
gigafiga21 edited this page Nov 9, 2019
·
1 revision
Client and server code locates in suitable folders.
─┬─ Bundle
├─ Client
│ ├─ Block
│ └─ Pages
│ ├─ 404
│ └─ Main
└─ Server
├─ Router
├─ Tracker
├─ Processor
└─ Main.jar
Router folder contains Java class managing data and sending client files (html, css, js, etc) to client.
Tracker folder contains NodeJS code popping data from supplier.
Processor folder contains Java class processing data for prediction.
Block folder contains js components used on page
Pages folder contains pages
Added to .gitignore, contains Server and Client folders with suitable code bundles inside.