Trench Project / Project Description / Code / File Structure
The project has three main folders:
-
docs: Contains the documentation of the project, including the project description, usage instructions, diagrams and RevealJS Slides. This is written using Asciidoctor. -
frontend: Contains the frontend code of the project, which is built using Angular. -
backend: Contains the backend code of the project, which is built using .NET. This includes the main project folderTrenchAPIand another C# project folderConsoleMQTTfor mocking MQTT messages.