Evanito / CS179G-Project

0 stars 0 forks source link

Backend Controller Epic #2

Open Evanito opened 3 years ago

Evanito commented 3 years ago

Overview

Backend controller accepts calls from the App server for database queries. In production systems, there will be multiple backend controllers but we do not need to handle that case.

Abstract

Create interface for the Backend App Server #3 to make direct calls to database for abstracted calls. We do not care about authentication or user state, which is handled by the App Server.

Calls we should support: