A Mobile Food Ordering Point of Sale App
- About
- Live Demo
- Contributing
- Requirements
- Mac Installation
- Windows Installation
- Build Tools
- Contributors
- License
We migrated the code to a sanitized repo here for the time being. WiLL update this page with the finished product when finished.
2 Bears is a free mobile food ordering app that generates a QR Code as a ticket that a server can then pickup and scan to associate your order with you! As an Admin, you can login and change the category names, order items, their price, and more! We worked hard to provide you an immersive experience for your viewing pleasure. The APIs used were provided by Stripe and QR Code Generator API (TBD)
Live Site: Coming soon
If you would like to try out features as a "user" without creating an account, enter the following credentials:
username: chingu
password: bears2
See link below for instructions on how to get your development environment setup and properly make a pull request.
Instructions
- Node
- NPM
- PostgreSQL
- and either:
- Xcode
- or
- Android Studio
- Java SDK
- Clone or download this repo
- Navigate to the root directory in your terminal
- Run
npm install
to install all the dependencies - Run
react-native link
- Run
react-native start
to bundle the code - Start your PostgreSQL DB server on your machine
- Run
react-native run-ios
to serve the code into your ios device simulator and see live app - To make changes of your own, see contributing instructions
- Clone or download this repo
- Navigate to the root directory in your terminal
- Run
npm install
to install all the dependencies - Run
react-native start
to bundle the code - open up Android Studio and open a device simulator
- Start your PostgreSQL DB server on your machine
- Run
react-native run-android
to serve the code in your android device simulator - To make changes of your own, see contributing instructions
- PostgreSQL, Sequelize
- Express, GraphQL
- React, React-native, Redux, React-Native-Router-Flux, Apollo
- Node
This project was created in association with Chingu Coders through Chingu.
License