https://github.com/vietanhdev/e-store-manager
Store Management Software
https://github.com/vietanhdev/e-store-manager
Last synced: 9 days ago
JSON representation
Store Management Software
- Host: GitHub
- URL: https://github.com/vietanhdev/e-store-manager
- Owner: vietanhdev
- Created: 2019-03-15T10:18:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T10:25:29.000Z (over 7 years ago)
- Last Synced: 2025-03-02T19:33:27.203Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 139 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eStoreManager Project
## 1. Structure of project
- Source code: `./Sources/`.
+ Desktop Application: `./Sources/DesktopApp`
+ Server Source code: `./Sources/Server`
+ QR Code Scanner: `./Sources/QRCodeScanner`
- Documents: `./Documents/`.
## 2. How to run the project?
- The server code was deployed to `http://estoremanger.vietanhdev.com`.
- To run the desktop application,
1. Download the version for Linux x64 at [https://drive.google.com/drive/folders/1IAz_kHipIptSjJMa140D-dE2IDVOILf0?usp=sharing](https://drive.google.com/drive/folders/1IAz_kHipIptSjJMa140D-dE2IDVOILf0?usp=sharing).
- If you are using Linux x64, Please download eStoreManager-linux-x64.zip.
- If you are using Windows x64, Please download eStoreManager-win32-x64.zip.
2. Extract zip file.
3. Run it:
- LINUX
Run the application by clicking `eStoreManager-linux-x64/eStoreManager` or type following commands to Terminal:
```
cd eStoreManager-linux-x64
./eStoreManager
```
- WINDOWS:
Double click eStoreManager-win32-x64/eStoreManager.exe
## 3. Video demo:
[Youtube link](https://youtu.be/hzLnz1LNFPo)