Create task HTTP endpoint
Overview
When a task needs to be created/started, the service retrieves a task template from the MongoDB storage, populates some of the task fields and inserts it in another collection that will be used as queue for task execution.
First commit contains MongoDB dependencies only. Second commit is Goa DSL. Third commit is implementation.
Closes #5 (closed)
Edited by Lyuben Penkovski