Skip to content

yuyingliu331/deco

Repository files navigation

Deco


Description

Deco is an augmented reality mobile app for interior designers.

It uses image recognition to place a life-size 3d model of a piece of furniture on top of a physical marker recognized by the phone's camera.

Technologies Used

Features

3D Model Preview

alt text

Augmented Reality Mode

alt text

How to Install

Install all dependencies

npm install

Build assets and serve ionic app

ionic serve

Create db deco and deco_testing if you haven't already.

Migrate and seeddeco db:

npm run migrate
npm run seed

Migrate deco_testing db:

NODE_ENV=testing npm run migrate

Run tests:

npm run test

How to build for iOS

First, add your development team id to build.json

ionic platform add ios
ionic build ios

Open the Xcode project generated within platforms/ios in Xcode and build to your iOS device.

About

Virtual reality furniture store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published