A point of service web-based javaScript app named after my favorite NYC Coffee Shop, Mud. The app creates orders, edits orders, and keeps track of order totals.
Link to demo: https://youtu.be/99gDtELcVHE
- Fork and Clone this repo.
- Both the frontend and the backend are contained in this repo.
- Change Directories to /Mud_server
- Run Bundle Install
bundle install - Run
rails db:createto create database - Run
rails db:migrateto run migrations - Type
rails sto run the server - Change directories to /Mud_js and type
open index.htmlin the command line to view the DOM in your browser.
- Ruby on Rails
- JavaScript
- Seth Barden