From c3a6e496af4d9723810d76785d94de88d08ff075 Mon Sep 17 00:00:00 2001 From: kicap1992 Date: Mon, 31 Jan 2022 05:33:20 +0800 Subject: [PATCH] added readme.md for the description of the app --- readme.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4259fe5 --- /dev/null +++ b/readme.md @@ -0,0 +1,34 @@ +Aplikasi Track Stok Barang dan Penjualan + +boss_app2 folder +**************** +This is the mobile app to monitor the changes of stock +Using Flutter to develop the app + + +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. + +server folder +******************* +This is the local server of the app, using Codeigniter 3 PHP framework and MYSQL as database. + +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. + +server1.sql +******************* +This is the database of the local server. + +server2.sql +******************* +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. + + +************************************************************** + +Created By Kicap Karan www.facebook.com/kicap.karan \ No newline at end of file