2024-CMPU9010-GROUP-3 / PROJECT

Group 3 project for the TU Dublin ASD/DS masters course
1 stars 0 forks source link

Backend/split backend #59

Closed ankraus closed 2 days ago

ankraus commented 2 days ago

Description

This splits the backend up into two distinct Golang applications. This allows for independent scaling of services and ensures that private endpoints are never available publically.

Fixes #53

Type of change

Please select the option that best describes the changes made:

Changes