/App-IOT-Restaurant-20190609

Ionic 4 app for the client to check balance and transaction history

Primary LanguageTypeScriptMIT LicenseMIT

iot-restaurant-app

introduction

This is a college assignment with the objective of make the payments of a restaurant with Internet of Things concepts.

This repo it's the app which the client will interact to see the account balance and transaction history.

other parts of the project

  1. NodeMCU configuration and code
  2. Backend made with Django

app description

login page

When opening the app, the client is greet with the login page where he/she needs to input his/her CPF.

balance page

After logged in, the client will see the balance page.

transaction history page

On the balance page, the client can press the green button to see the transaction history. This is the page.

development

Run the following commands to start the app in development mode.

npm install
ionic serve