-
Notifications
You must be signed in to change notification settings - Fork 0
1. Introduction
This document provides detailed guidelines on implementing the API layer for CoVision application, (more details about the app can be found here) covering architecture, design principles, setup, and operational workflows.
The API layer serves as an intermediary between the application's user interface (UI) and the backend infrastructure. It processes requests from the UI, uploading images of COVID-19 rapid test results, and interfaces with backend container hosted on AWS Lambda. The backend container utilizes a project specific neural networt to analyze and identify the test results. The API layer ensures secure communication, standardized data handling, and streamlined operations between the UI and the backend services.
Its key features include:
- security token check
- error handling
- logging and monitoring
This document is a key reference for front-end engineers, providing comprehensive information about the API layer and hints for integrating into the front end.
For project managers, it is a technical and administrative guide covering key aspects of configuring, testing, deploying, and monitoring the API layer.