🖌️
multi-location-grocery
  • Multi-location Grocery
  • Introduction
    • Overview
    • Prerequesites
    • Technology
    • Source Code
    • Changelog
    • Faq
    • Support
  • Dashboard
    • Angular Installation
    • Run Dashboard
    • Dashboard Setup
  • Customer app
    • Flutter Installation
    • Customer App setup
    • Customer App Structure
    • Run Customer App
    • Release Build
  • Delivery boy app
    • Installation
    • Delivery Boy App setup
    • Delivery Boy App Structure
    • Run Delivery Boy App
  • User manual
    • Deals
    • Orders
    • Coupons
    • Settings
    • Category
    • Products
    • Location
  • Website
    • Webapp Installtion
    • Web app setup
  • Api Backend
    • Nestjs Installation
    • Api Setup
    • Run API
    • Mongodb Setup
Powered by GitBook
On this page

Was this helpful?

  1. Customer app

Customer App setup

It gives detailed information regarding the Customer App set up.

PreviousFlutter InstallationNextCustomer App Structure

Last updated 4 years ago

Was this helpful?

Changing Credentials.

create .env file in project directory and set all values of given variables

API_URL=
ONE_SIGNAL_KEY=
STRIPE_KEY=
IMAGE_URL_PATH=
ANDROID_GOOGLE_MAP_API_KEY=
IOS_GOOGLE_MAP_API_KEY=
PREDEFINED=false

Place your backend API URL and one signal key. you need to create one signal project to get the key one signal key. You can create one here

You also need Google API key for the map and location-related features. You can follow this guide to create .

That's it you are ready to go.

onesignal.com
google map API key