{"id":22107310,"url":"https://github.com/siddheshk599/admin-panel-ionic3","last_synced_at":"2025-03-24T03:21:27.184Z","repository":{"id":162667366,"uuid":"259852213","full_name":"siddheshk599/admin-panel-ionic3","owner":"siddheshk599","description":"A simple hybrid app developed using Ionic Framework with only front-end (Admin panel).","archived":false,"fork":false,"pushed_at":"2020-08-10T10:40:08.000Z","size":4493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-29T09:35:20.880Z","etag":null,"topics":["apk","ionic-framework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siddheshk599.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-29T07:12:57.000Z","updated_at":"2022-08-08T16:12:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"934812ba-fa70-496c-a597-9097f99158f9","html_url":"https://github.com/siddheshk599/admin-panel-ionic3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fadmin-panel-ionic3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fadmin-panel-ionic3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fadmin-panel-ionic3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fadmin-panel-ionic3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddheshk599","download_url":"https://codeload.github.com/siddheshk599/admin-panel-ionic3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245201197,"owners_count":20576774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apk","ionic-framework"],"created_at":"2024-12-01T08:15:47.283Z","updated_at":"2025-03-24T03:21:27.149Z","avatar_url":"https://github.com/siddheshk599.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title:\n\nAdmin Panel.\n\n# Getting Started:\n\nSetting up and installing this software is easy by just installing Ionic, Cordova, Android SDKs.\n\n# Prerequisites:\n\n**Softwares needed:**\n1.\tIonic v3.9.2.\n2.\tCordova v8.0.0.\n3.\tNodeJS v8.11.4.\n3.\tAndroid Studio.\n4.\tAndroid SDKs (from Android KitKat to Android P).\n\n# Installing required softwares:\n1.\tNodeJS: \u003chttps://nodejs.org/dist/v8.11.4/\u003e\n2.\tAndroid Studio: \u003chttps://developer.android.com/studio/\u003e\n\n**For Windows users:**\n1.\tDownload NodeJS \u0026 Android Studio from the provided download links.\n2.\tOpen Command Prompt in Administrator mode and then execute the following commands to install Ionic \u0026 Cordova using npm:\n\n\t\tnpm install -g ionic@3.9.2 cordova@8.0.0\n3.\tThen open Android Studio and open the Settings menu.\n4.\tIn the Settings menu, select the 'Android SDK' option in the left pane.\n5.\tCheck all the options from Android KitKat to Android P to download all the Android SDKs required for the generation of APK.\n\n**For Ubuntu/Debian users:**\n1.\tDownload NodeJS \u0026 Android Studio from the provided download links.\n2.\tOpen the terminal and then execute the following commands to install Ionic \u0026 Cordova using npm:\n\n\t\tnpm install -g ionic@3.9.2 cordova@8.0.0\n3.\tThen open Android Studio and open the Settings menu.\n4.\tIn the Settings menu, select the 'Android SDK' option in the left pane.\n5.\tCheck all the options from Android KitKat to Android P to download all the Android SDKs required for the generation of APK.\n\n**Following the above installation steps for required softwares will set up an environment to run the DSR Management software without any hassles.**\n\n# Running the software:\n**For Windows users:**\n1.\tFor running the software, we need to install all the required dependencies for the software. This can be done by executing the following command in Command Prompt in Administrator mode in the project's directory:\n\n\t\tnpm install\n\t\t\n2.\tAfter the installation of all the dependencies is completed, run the project by executing the following command in Command Prompt in the project's directory:\n\n\t\tionic serve\n\n**For Ubuntu/Debian users:**\n1.\tFor running the software, we need to install all the required dependencies for the software. This can be done by executing the following command in the terminal in the project's directory:\n\n\t\tnpm install\n2.\tAfter the installation of all the dependencies is completed, run the project by executing the following command in terminal in the project's directory:\n\n\t\tionic serve\n\t\t\n**To generate APK of the project:**\n**For Windows users:**\n1.\tMake sure that you have downloaded Android Studio and have also downloaded all the required Android SDKs for the generation of APK.\n2.\tOpen your Command Prompt in Administrator mode and navigate to the project's directory. Then execute the following commands:\n\tionic cordova platform add android\n\tionic cordova build android\n3.\tAfter the process is completed, the generated APK can be found by the name of 'apk-debug.apk' at the following location:\n\n\t\t\u003cProject directory's path\u003e/platforms/android/app/build/outputs/apk\n\n**For Ubuntu/Debian users:**\n1.\tMake sure that you have downloaded Android Studio and have also downloaded all the required Android SDKs for the generation of APK.\n2.\tOpen your terminal and navigate to the project's directory. Then execute the following commands:\n\tionic cordova platform add android\n\tionic cordova build android\n3.\tAfter the process is completed, the generated APK can be found by the name of 'apk-debug.apk' at the following location:\n\t\t\n\t\t\u003cProject directory's path\u003e/platforms/android/app/build/outputs/apk\n\n# Built with:\n\n1.\tIonic Framework - A framework for hybrid mobile app development.\n2.\tCordova - A mobile application development framework.\n\n# Author:\n\n    Siddhesh Kudtarkar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshk599%2Fadmin-panel-ionic3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddheshk599%2Fadmin-panel-ionic3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshk599%2Fadmin-panel-ionic3/lists"}