You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,14 @@
6
6
7
7
This repository aggregates documentation, specifications, and links to other repositories for the purpose of evaluation for developers participating in RCOS as a graded class.
8
8
9
+
## Microservice Architecture
10
+
11
+
This project uses a serverless microservice architecture. It has many components across many GitHub repositories. Here is a list:
| Spaceport | React Frontend for the Booster API. Allows users to view projects online. |https://github.com/codingandcommunity/spaceport|
16
+
| Booster | This is the backend API that hosts meta data for all projects that students can complete. |https://github.com/codingandcommunity/booster-read-projects-function|
17
+
| Example Project | This is an example project that students studing this curriculum may use. Specialize format. |https://github.com/codingandcommunity/booster-project-hello-world|
18
+
19
+
This list is currently incomplete. It is missing the ATOM plugin and possibly other repositories.
0 commit comments