Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sds-smith committed Oct 6, 2024
1 parent 51da260 commit d63d0c5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 . . .

0 comments on commit d63d0c5

Please sign in to comment.