Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 426 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 426 Bytes

SnapMap

A SYDE 322 Project

Using Google's Cloud Vision API, SnapMap allows you to upload a picture in the app to determine its location.

Quick Start

git clone https://github.com/andrewjungg/snapmap.git

Client Code

cd snapmap/client/snapmap
npm i
npm start
## if you have xcode downloaded you can run it in the emulator by pressing i

Server Code

cd snapmap/server
npm i