An angular+electron+cordova application to use as a client for watch-a-movie-server
Its created with the template of https://github.com/maximegris/angular-electron 👍
The project can be build for both desktop and android.
You will need to install java and grade to use with cordova,
to build and run for android.
git clone https://github.com/AlexandrosDa007/watch-a-movie
npm install
npm start
npm run electron:build
npm run android:build
npm run android:run
In the application you must set the url of the the server along with the port number,
in the settings page. After which you will be able to see the movies that were requested
by the client.