Skip to content
Anthony edited this page Sep 12, 2016 · 4 revisions

Welcome to the Synthea wiki!

Eventually this will host lots of generated documentation from the JSDoc markup in the code. In the meantime, it's just a place to explain things, like the Terminology

Application Structure

The Synthea application is two main components: the AngularJS web app that provides the user interface and core functionality, and the NodeJS Electron app that interacts with the operating system for Create, Retrieve, Update, Delete operations on projects.

Node Application

synthea/
  | - main.js
  | - node_modules/
  | - package.json
  | - README.md

AngularJS Application

synthea/
  | - assets/
  | - projects.json
  | - scripts/
  | - templates/
Clone this wiki locally