Hello! Welcome to my final project at Flatiron School, Software Engineering Program. This web app is called Tabby and allows users to locate bars and virtually open and close bar tabs. There are two unique user experiences, one for the customer and one for the business. Businesses will be able to see the tabs that have been open by customers, add and delete menu itmes, and close out tabs if needed.
Check out a demo of this project below!
final_demo_tabby.mp4
This project is in two repos. This is the back end and the front end is here
Fork and clone this repo then:
npm install
npm start
This project uses Ruby version 2.7.4.
Fork and clone this repository to get started.
Then, run bundle install
to install the gems.
You can start your server with:
rails s
This will run your server on port http://localhost:3000.