Git Product home page Git Product logo

mobile-application's Introduction

Vintellect

This is the repository of the mobile app designed for both iOS and Android. The app has been developed by Ange Curé and Aubertin Emmanuel.

Installation:

First, you need to install Node.js. If you don't have it, see here.

After downloading the project, you must install the dependencies:

git clone https://github.com/Vintellect/Mobile_App.git
cd Mobile_App && npm install

Run and Try the App

Before proceeding, ensure that your backend is correctly set up. All instructions for the backend here.

After that, you need to set up two files. The first one is config.tsx:

export const wine_url       = "YOUR-WINE-URL";
export const feedback_url   = "YOUR-FEEDBACK-URL";
export const adminwine_url  = "YOUR-WINE-ADMIN-URL";
export const bucket_url     = "YOUR-BUCKET-URL";

The second one is auth/firebaseConfig.tsx (you can copy from auth/firebaseConfig.example.tsx):

export const firebaseConfig = {
  apiKey: 'YOUR-CUSTOM-API-KEY',
  authDomain: 'GCP-IDENTITY-PLATFORM-URL',
  projectId: 'GCP-PROJECT-ID',
};

⚠️ Ensure not to set an API key without full rights on GCP ⚠️

Finally, you can run the app using Expo:

npm start

mobile-application's People

Contributors

emmanuel-aubertin avatar

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.