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.

41 lines
906 B
Markdown

## kasirAja web
contoh react SPA POS ( point of sales ) built with react
### backend
`Hapijs REST API - kasirAja`: [Link](https://github.com/ajikamaludin/hapi-kasiraja-api)
### 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](https://chakra-ui.com/)
### Support me
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
### start
- install
npm install
- config .env file for api url/endpoint
cp .env.example .env
- run the app
npm run start
### deploy
- build static
npm build
- compress `build` directory upload to your root hosts