diff --git a/readme.md b/readme.md index 4259fe5..3f3b08b 100644 --- a/readme.md +++ b/readme.md @@ -1,29 +1,29 @@ 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.