kasirAja aplikasi POS (point of sales) gratis dan opensource, silahkan digunakan di alamat tertera atau anda dapat menginstallnya sendiri di host anda
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Aji Kamaludin 74addcd37e
fix typo
3 years ago
public Init template chakra-ui 3 years ago
src useSWR, refreshToken axios intercept, update readme, fixing typo 3 years ago
.env.example Init template chakra-ui 3 years ago
.gitignore Init template chakra-ui 3 years ago
.prettierrc login register api 3 years ago
README.md fix typo 3 years ago
package-lock.json useSWR, refreshToken axios intercept, update readme, fixing typo 3 years ago
package.json useSWR, refreshToken axios intercept, update readme, fixing typo 3 years ago

README.md

kasirAja web

contoh react SPA POS ( point of sales ) built with react

backend

Hapijs Rest Api: Link

feature

  • nodejs rest api
  • bisa lebih dari 1 toko multi store
  • bisa lebih dari 1 kasir multi users
  • pengelolaan produk, stok dan unit
  • pembelian
  • penjualan
  • diskon penjualan
  • UI design use ChakraUI

start

  • install

      npm install
    
  • config .env file for api url/endpoint

      cp .env.example .env
    
  • run the app

      npm run start