Code Monkey home page Code Monkey logo

cash-manager's Introduction

Cash Manager

Cash Manager is a mobile app that replicates how automated pay stations work. The supermarket's owner registers its products on it and customers can pay for the ones they choose by NFC payment after scanning their barcodes.

Build with

How to test

  • lauch docker-compose
  • Add a product line 86 in data.sql with a physical product around you. The first item is his barcode number.
  • Login as Admin (username: admin, password: admin)
  • Register a product by scanning it
  • Logout
  • Login as User (username: user, password: user)
  • Scan products that your have added in db as admin
  • Pay with NFC

How to Run if docker-compose up is not working

  • Start a postgres container :
docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d --rm postgres 
  • Create application.properties in /cashmanager/src/main/resources/ and link it to postgres container
cd cashmanager && mvn install
 mvn spring-boot:run --debug
flutter clean && flutter clean && flutter run
  • Link api port for real device with Android studio
    update .env to http:localhost:8080 and
adb reverse tcp:8080 tcp:8080

cash-manager's People

Watchers

Paul Santamaria avatar

Forkers

scalpovich

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.