MovieBank
1.0.0
MovieBank is an app that you can explore and evaluate more than 28,000 movies. This app is developed with Ionic 4.
You'll need a few things before we get started. Make sure you have nodejs installed, if you not. You should install Nodejs.
Then run the following command to install Ionic, if you don't have that yet
npm install cordova ionic -gOnce you clone this repository, run this command to install all needed dependencies.
npm installAfter installing the needed dependencies you are done, run this command to launch app on browser.
ionic serveRun app on real device
For Android
ionic cordova platform add android
ionic cordova run androidFor iOS
ionic cordova platform add ios
ionic cordova run iosThe MovieDB API