Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 520 Bytes

File metadata and controls

22 lines (12 loc) · 520 Bytes

Stack Decisions

Azure Ecosystem

Azure Cosmos DB is used to store the data. Azure App Service is used to host the backend API. Azure Cosmos DB emulator is used to test the API in development. Azure ML is used for AI services.

Backend Repository

Express.js via Node.js is used to create the backend API. Vitest is used to test the API in development and production. Cosmos DB emulator is used to test the API in development.

Frontend Repository

React.js via Node.js is used to create the frontend UI.