A cafe point of sale (POS) terminal application that allows users to log in and record orders for a table.
At the end of the customer experience the employee can then tabulate their orders in a printable layout to display the orders, order price and bill total.
The POS application has several features to fascilitate this that can be found here: T1A3 Readme
- The Ruby Programming language.
- The Bundler gem for ruby.
- MAC OS
- owners_name: The programs bash script will prompt you for this vector argument. Please make sure you remember it to log in.
- owners_password: The programs bash script will prompt you for this vector argument. Please make sure you remember it to log in.
To install this POS app you will need to open your terminal.
- Open your operating systems terminal. I.e. Open spotlight search with (command + space) and search terminal.
- Install the Ruby programming language found here: Ruby Install
- Install bundler a ruby gem. Follow the instructions found here: Bundle Install
- Clone my repository found here: Benjamin Stuart T1A3
- Navigate into the Benjamin Stuart T1A3 folder in your terminal.
- Navigate into the src folder in your terminal.
- In your terminal type ./run_app.sh to begin the program.