This is an Image Upload Application on Ionic.
To use this Application, you have to run this on your native devices, it can be android or IOS.
- Common gallery section to view pictures,
- Provition to capture new picture through device,
- Equipped with Image handleling utility.
Dowload the codebase as zip file or pull the git navigate to the codebase root execute the command below command below:
$ sudo npm install -g ionic cordova
$ npm install
$ cd server
$ npm install
$ mkdir uploads
Then, to run server
, cd into server
and run:
$ npm start
Then, to run Client
, run:
$ ionic cordova platform add android
$ ionic cordova run android
Note: Your system must be equipped with Android enviourment Android-Sdk