Skip to content

Web app that allows users to locate bars by GPS and virtually open and close bar tabs. This project utilizes a React.js front end with a Rails/postgreSQL back end.

Notifications You must be signed in to change notification settings

danmada/tabby_app_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabby

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 front end and the backend is here

Frontend Setup

Fork and clone this repo then:

npm install
npm start

Backend Setup

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:4000.

About

Web app that allows users to locate bars by GPS and virtually open and close bar tabs. This project utilizes a React.js front end with a Rails/postgreSQL back end.

Topics

Resources

Stars

Watchers

Forks