An open API service indexing awesome lists of open source software.

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

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)