Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.46 KB

README.md

File metadata and controls

60 lines (44 loc) · 2.46 KB

MealsToGo 🍽️

Locate and mark the best restaurants around the world making use of the google cloud services

Screenshots

Cover

Mockup

Features

  • Authentication and user accounts using Firebase and Firebase Functions
  • Locate top restaurants using interactive maps provided by Google Maps API
  • Find restaurants around the glove making use of Google Cloud Services such as places and geocoding API
  • Mark your favorites restaurants and navigate between these
  • Take profile pictures and save them using async storage

Tools

React native

Google cloud services

More tools

Deployment

Expo

To run this app

  1. Clone this repo
  2. Run yarn install
  3. Run yarn start

To run google functions locally

  1. Clone this repo
  2. Go to functions folder
  3. Run yarn install
  4. Run yarn serve