✏️
readymade-restaurant-app
  • Readymade Restaurant App
  • Technologies
  • Requirements
  • User Mobile App
  • Installation Guide
  • User Mobile App Structure
  • API Config
  • Push Notifications
  • Release Build
  • Delivery Mobile App
    • Prerequisites
    • App Setup
    • Delivery Mobile App Structure
    • Run App
  • CMS Dashboard
  • Zip File Structure
  • Introduction to NodeJS
  • System Requirements
  • How To Run
  • Project Structure
  • CMS API Config
  • Push Notifications For CMS
  • Deployment
    • Heroku NodeJS Api
  • Changelog
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Delivery Mobile App

App Setup

It gives detailed information about the app setup.

PreviousPrerequisitesNextDelivery Mobile 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