Database Content Engine via Docker 2/2

<h1>7. Build Multiple Teams</h1> <p>An important feature in software development is to build role-based teams so each of them can login and access APIs in own domain.</p> <p>Let&rsquo;s build two teams,&nbsp;<em>cust</em>&nbsp;for customers and&nbsp;<em>empl</em>&nbsp;for employees:</p> <ul> <li><em>cust</em>: authenticated by column pair {<code>contactLastName</code>,&nbsp;<code>postalCode</code>} in table&nbsp;<em>customers</em>. A&nbsp;<em>cust&nbsp;</em>member is uniquely identified by&nbsp;<code>customerNumber</code>.</li> <li><em>empl</em>: authenticated by column pair {<code>email</code>,&nbsp;<code>extension</code>} in table&nbsp;<em>employees</em>. An&nbsp;<em>empl&nbsp;</em>member is uniquely identified by&nbsp;<code>employeeNumber</code>.</li> </ul> <p>In real use case, we will have columns&nbsp;<code>username</code>&nbsp;and&nbsp;<code>password</code>&nbsp;in&nbsp;<em>customers</em>&nbsp;and&nbsp;<em>employees</em>.</p> <p><a href="https://medium.com/@peterbi_91340/database-content-engine-via-docker-2-2-4c94cfc7abbe"><strong>Read More</strong></a></p>
Tags: Content Engine