Ionic-ThreeJS
Ionic Applications integrate with ThreeJS Aimming to practice the basic functions of Mobile Applications Using IONIC ##Client Side##
###TODO LIST#####
- Add ToDo list into the application
- 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########
- Can call the camera to take photos and display image.
- Can Call the local image library and display image.
###Photo Gallery##########
- Display Images, click each image can see the image in full screen.
- Display Videos, click each video can play the video.
###Three JS##########
- Integrate Ionic And ThreeJS.
- In this application, there is 3D room and a bed, you can drag the bed.
###Send Email#########
- This application can send Email using the local device Email Applications.
##Server Side## Get rest data from json file.
###MongoDB### updated: 15/03/2016
- Use MongoDB to store json file. 1.1 node importJson.js
- Retrieval data from MongoDB. 2.1 node server.js
- Run mongodb: /mongodb/bin/mongod
So: there are totlay three severs implement this application.
- client side: ionic serve
- server side: node server.js
- database side: mongod