Ситуация следующая - разработчик по личным причинам не смог доделать проект. Суть проекта - это приожение для андроида и айос, которое распространяется с LP, админ панель сверстана, нужно только проверить все ли работает правильно. Приложение нужно так же проверить и настроить на сервере чтобы все работало.
На данный момент есть 3 папки с файлами, лендинг, админка и приложение. Они залиты на хостинг.
wingo2020.com
Логин и пароль - admin
Присылайте свои предложения и идеи в лс.
Последняя переписка с разработчиком есть, тут примерно что нужно сделать
This is for backend. 1. First, to setup the database, please refer the database.php file in "backend/application/congif" folder, it contains the name and password of the database. And the dumped SQL file of the database is in "backend/database" folder with the created date-time as name of file. 2. Next, it has both of codes for admin panel and node server. Admin panel was built by Codeigniter and Node server was built by Express and works with Socket.io. Admain panel also contains the restful API such as login with phone number (for Android app) or get game data to display on the admin panel site. All things will be work fine after run the node server. So after set the server please run the node server. The main node server file is "server.js" of "backend" folder.
This is for official Official is for the download link of apk file and it's just static HTML file. So this is super easy to launch on the server. Just take care of the path of the link of APK file inside the code of the source code.
This is for the android 1. Android project was built by the latest version of Android Studio. 2. The developer should run this app after set the server and change the server url inside the code of Android Studio. (If the web developer set the same domain name as before, this step will be ignored.) 3. After set the server with new domain name, the android developer should change the server url from the code by this variable - "serverURL". 4. Finally this is the info of the keystore file. Keystore file is the key file to generate relased APK file. And you and the developer should save this info to use after this time. - release.keystore file password: wingo_password alias: wingo alias password: wingo_password