Git Product home page Git Product logo

canieatthis's Introduction

CanIEatThis

CanIEatThis was an Android app created as a final year project at university. It allows the user to scan a barcode, fetch the ingredients and tells the user whether the product is suitable for Vegetarians (will be expanded to encompass Vegans, gluten-free etc).

It is now an Android, iOS and web project containing the features above as well as collecting restaurant data about dietary suitability.

![Build Status](http://217.67.52.70:8080/buildStatus/icon?job=CanIEatThis - Android)

Get it on Google Play

Development

Branches "android" and "ios" are "master" branches for respective platforms. Develop by branching off these branches for features/bugs/etc.

"android" and "ios" should always be 100% buildable and deployable to a real device.

e.g. android -> feature x ios -> bug y

Build Process

Pushing to "android" and "ios" will kick off the relevant Jenkins release builds. To release, merge dev branches into "android" or "ios" and then push. For Android, Jenkins does a build and sign of the project and outputs an .apk. This job, when successful, kicks off a beta upload job which uploads the .apk to the beta channel on the Play Store. Prod releases are done manually.

Setup - Android

You need two things in order to fully setup the project. The first being the keys.xml which contains all the private auth keys for various services. This needs to be placed at the path: ./android/app/src/main/res/values/keys.xml

Secondly, you need to add the following four properties to the gradle.properties file that sits at ~./.gradle/gradle.properties:

  • RELEASE_STORE_FILE
  • RELEASE_STORE_PASSWORD
  • RELEASE_KEY_ALIAS
  • RELEASE_KEY_PASSWORD

canieatthis's People

Contributors

addrum avatar

Stargazers

 avatar

Watchers

 avatar  avatar

canieatthis's Issues

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.