Skip to content

maxmodel/shoppAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopAR backend API

Overview

shopAR allows you to upload .scn files through our React app accessible at shoppar.herokuapp.com/. Files are stored by our API using AWS s3, and our CocoaPod enables interaction with these services for easy in-app retrieval and display.

shopAR provides an example project that includes a ViewController that enables you to view .scn objects in Augmented Reality. If your app does not already have AR capabilities, instructions for easy integration of this file are below.

API Description

Users can upload .scn files through a drag-and-drop at https://shoppar.herokuapp.com/ or by directly sending POST requests to https://shopppar.herokuapp.com/api/uploadObject/ with body parameters user_id (String, your unique identifier) and file_id (String, name of file). Uploaded files are saved in an AWS s3 bucket and signedURLs for them can be retrieved through POST requests to https://shopppar.herokuapp.com/api/getObject passing up the same parameters.

Usage

For iOS app CocoaPod installation, in-app access to the API, and an example project, visit https://cocoapods.org/pods/shopar. To upload .scn files, visit https://shoppar.herokuapp.com/.

About

PennApps 2019 Hackathon project: shoppAR, the iOS CocoaPod Module that adds Augmented Reality product-viewing to your iOS mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published