This project is conducted for participating in Google Solution Challenge 2021 by students of Ho Chi Minh City University of Technology, Vietnam National University Ho Chi Minh City.
Member:
This website is used to add and modify ingredients.
Firstly, go to scheck-web directory:
cd scheck-web
Secondly, install all dependencies:
npm install
Then, run localhost server:
npm start
In order to deploy, run:
npm run build
firebase deploy
and follow instructions
A website which has been released can be found at:
SCheck website
This is the heart of our project.
A released apk can be found at Foodfiles App
Firstly, go to foodfiles app directory:
cd scheck-app\foodfiles
Secondly, install all dependencies:
npm install
For debugging on android, run:
npx react-native run-android
For building apk, run:
cd android
.\gradlew assembleRelease