System Architecture - MUHC-DP-Project/pbrn-gateway GitHub Wiki
The project is following a microservices architecture, with five different services classified as follows:
- pbrn-gateway : This is the main backend for our frontend that will route all the calls from our frontend to the appropriate microservice.
- pbrn-projects: This is the backend for everything related to the research projects (team 2 will own this)
- pbrn-users: This is the backend for everything related to users (team 1 will own this)
- pbrn-auth: This is the shared backend for everything related to user authentication
- pbrn-ui : This is our main shared frontend project.