dhruv-bvpdev / deliveroo-clone

Clone of food delivery app deliveroo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deliveroo-Clone

A food ordering app built using Expo

Screenshots

Home Restaurant Cart Payment Wait Map

Tech Stack

Client: Expo, React-Native, React, Redux, TailwindCSS,

Server: Node, Express, Stripe

Database: Sanity

Run Locally

Clone the project

  git clone https://github.com/dhruv-bvpdev/deliveroo-clone.git

Go to the project directory

  cd deliveroo-clone
  cd client/server/sanity

Install dependencies

  npm install

Start the server

  expo r -c/npm run dev/sanity start

Environment Variables (Client)

To run this project, you will need to add the following environment variables to your .env file

SANITY_PROJECT_ID

SANITY_DATA_SET

API_URL

Environment Variables (Server)

To run this project, you will need to add the following environment variables to your .env file

PORT

NODE_ENV

STRIPE_PUB_KEY

STRIPE_PRIV_KEY

PROJECT_PATH

About

Clone of food delivery app deliveroo

License:MIT License


Languages

Language:JavaScript 100.0%Language:Procfile 0.0%