Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 859 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 859 Bytes

Restaurant Menu CMS

As with some of my other personal portfolio work, this project serves as a playground where I can explore and experiment with new (well, new-to-me) technologies.

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.
View the Express server code here.

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

Stay tuned for updates . . .