/Ionic-ThreeJS

Ionic Applications integrate with ThreeJS

Primary LanguageJavaScript

Ionic-ThreeJS

Ionic Applications integrate with ThreeJS Aimming to practice the basic functions of Mobile Applications Using IONIC ##Client Side##

###TODO LIST#####

  1. Add ToDo list into the application
  2. There are two kinds of ToDo Lists in the application. 2.1 Using BACKAND to store data. 2.2 Using local memory to store data.

###Camera Functions########

  1. Can call the camera to take photos and display image.
  2. Can Call the local image library and display image.

###Photo Gallery##########

  1. Display Images, click each image can see the image in full screen.
  2. Display Videos, click each video can play the video.

###Three JS##########

  1. Integrate Ionic And ThreeJS.
  2. In this application, there is 3D room and a bed, you can drag the bed.

###Send Email#########

  1. This application can send Email using the local device Email Applications.

##Server Side## Get rest data from json file.

###MongoDB### updated: 15/03/2016

  1. Use MongoDB to store json file. 1.1 node importJson.js
  2. Retrieval data from MongoDB. 2.1 node server.js
  3. Run mongodb: /mongodb/bin/mongod

So: there are totlay three severs implement this application.

  1. client side: ionic serve
  2. server side: node server.js
  3. database side: mongod