Evanito / CS179G-Project

0 stars 0 forks source link

Backend App Server Epic #3

Open Evanito opened 3 years ago

Evanito commented 3 years ago

Overview

Backend App Server produces an API endpoint for the frontend to make calls. Valid calls are forwarded to the Backend Controller to query the databases.

Abstract

Create interface for the Frontend to make calls. Some calls are user specific, and thus proper Auth will need to be passed with all calls, while validating the user for privileged calls. After receiving a valid call, forward it to the Backend Controller.

Endpoints offered:

mwals003 commented 3 years ago

Three key components of this epic are:

Larger sub-projects of this epic are: