Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.15 KB

README.md

File metadata and controls

74 lines (45 loc) · 1.15 KB

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