added readme file for app desc

This commit is contained in:
kicap1992
2022-01-31 05:46:17 +08:00
parent c3a6e496af
commit ddfe9d0e09

View File

@ -1,29 +1,29 @@
Aplikasi Track Stok Barang dan Penjualan Aplikasi Track Stok Barang dan Penjualan
boss_app2 folder boss_app2 folder
**************** -------------------------
This is the mobile app to monitor the changes of stock This is the mobile app to monitor the changes of stock
Using Flutter to develop the app Using Flutter to develop the app
admin_app folder admin_app folder
******************* -------------------------
This is the desktop app of stock tracking system. Using electron to convert the HTML, CSS, and JavaScript into a desktop app. If you ask about the "customurl://" , it was for checking if the XAMPP is running or not. If XAMPP is not running, then the app will automatically start the XAMPP. This is the desktop app of stock tracking system. Using electron to convert the HTML, CSS, and JavaScript into a desktop app. If you ask about the "customurl://" , it was for checking if the XAMPP is running or not. If XAMPP is not running, then the app will automatically start the XAMPP.
server folder server folder
******************* -------------------------
This is the local server of the app, using Codeigniter 3 PHP framework and MYSQL as database. This is the local server of the app, using Codeigniter 3 PHP framework and MYSQL as database.
server2 folder server2 folder
******************* -------------------------
This is the online server of the app use to send notification to the mobile app, using Codeigniter 3 PHP framework and MYSQL as database. This is the online server of the app use to send notification to the mobile app, using Codeigniter 3 PHP framework and MYSQL as database.
server1.sql server1.sql
******************* -------------------------
This is the database of the local server. This is the database of the local server.
server2.sql server2.sql
******************* -------------------------
This is the database of the online server. This is the database of the online server.
I should have use node.js and express as the backend server but this app should work just fine with the Codeigniter 3 PHP framework and MYSQL as database. Maybe in the future I will use node.js and express as the backend server. I should have use node.js and express as the backend server but this app should work just fine with the Codeigniter 3 PHP framework and MYSQL as database. Maybe in the future I will use node.js and express as the backend server.