From d63d0c55af279fde1d86201bf29b3de0041b7e58 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 6 Oct 2024 11:00:52 -0400 Subject: [PATCH] readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5408ba..6e2924e 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ As with some of my other personal portfolio work, this project serves as a playg Still very much in its infancy stage, this Ruby on Rails application is one part of a decoupled software system fronted by an eCommerce React application. +## System integrations: + * **Frontend**: React + * **Backend**: Node/Express + * **API/ Data management layer**: Ruby on Rails + + [View the Frontend code here.](https://github.com/sds-smith/restaurant_menu) + [View the Express server code here.](https://github.com/sds-smith/ecomm_server) + This Rails server exposes: * A cors-configured API namespace which returns JSON menu data to populate the frontend app, * An auth protected browser-based CMS tool for managing that menu data - [View the frontend code here.](https://github.com/sds-smith/restaurant_menu/tree/main) - -Currently the menu data is fetched directly by the frontend React application from the API. A future release will incorporate a Node/ Express server to handle this, as well as authentication/ authorization with Paypal and Doordash. - Stay tuned for updates . . . \ No newline at end of file