Deployment Model - SENG-350-2024-fall/Team4 GitHub Wiki

Deployment Diagram

Diagram Explanation

The Mister Ed application will be implemented in the frontend as a Vue.js application. This will interact with a backend Django server, with the necessary connections being abstracted by Vue.js and Django. The Django server will allow the frontend application to make requests to the Django server's internal database, which is stored in JSON format.