Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xerod/loyalku
Loyalku analyzed data from MOKA POS system
https://github.com/xerod/loyalku
Last synced: about 1 month ago
JSON representation
Loyalku analyzed data from MOKA POS system
- Host: GitHub
- URL: https://github.com/xerod/loyalku
- Owner: xerod
- Created: 2021-01-05T03:43:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T10:44:24.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T02:56:55.499Z (8 months ago)
- Language: Vue
- Homepage: https://loyalku.xerod.vercel.app
- Size: 473 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Loyalku - `Loyalku analyzed data from MOKA POS system` *by [Akramurridjal Rahman](https://github.com/xerod)* (L)
- made-in-indonesia - Loyalku - `Loyalku analyzed data from MOKA POS system` *by [Akramurridjal Rahman](https://github.com/xerod)* (L)
README
Loyalku processed the data collected from the MOKA POS, then presented it in a format that was easier for MSMEs to digest.
By using Loyalku, MSMEs know their customer retention rates based on certain measurements. The metrics provided by Loyalku can be used by MSMEs to take strategic steps in carrying out customer relationship management.
## Environment Setup
Create `.env` files on root directory:
```bash
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
REDIRECT_URI=your_redirect_uri
```## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).