Self Coach DB
This was a small project for tinkering with MVConnect in OpenQM to provide basic REST APIs backed by a multi value database.
Below is a brief description of the intended structure for files
These are the plain old Basic object files used to support the API
These are the basic programs executed to support greater functionality with respect to any API functions. Shared logic, business logic, etc. go here.
This contains any and all build resources needed to execute to build or rebuild systems after updates. The intention is to allow the install and update processes to be automated in the future.
This should contain dictionary items and resources needed to deploy them. This ensures that backups and change management are applied not only to programs, but also to dictionaries and file structure.
This contains basic programs to be executed as a phantom. Examples include a session cleanup service
This contains supporting basic programs for phantoms. Shared logic, business logic, etc. go here.
This contains the controllers for APIs. These should be fairly simple programs meant to handle standard HTTP requests. These should do basic input, routing, and response logic. These should execute programs found in API.SYS for actual business logic.
This currently contains simple test scripts for manual testing of API.SYS files.
This contains standard routing records used by MVCONNECT to attach controllers to incoming routes.
Deployment instructions should go here!
Testing instructions should go here!
This should really be at the top of the readme, and any work needed for someone to get started working with the project would go here!