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

3 years ago
## kasirAja web
contoh react SPA POS ( point of sales ) built with react
3 years ago
### backend
3 years ago
`Hapijs REST API - kasirAja`: [Link](https://github.com/ajikamaludin/hapi-kasiraja-api)
3 years ago
### 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
3 years ago
- UI design use [ChakraUI](https://chakra-ui.com/)
3 years ago
### 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>
3 years ago
### start
- install
3 years ago
npm install
3 years ago
- config .env file for api url/endpoint
3 years ago
cp .env.example .env
3 years ago
- run the app
npm run start
### deploy
- build static
npm build
3 years ago
- compress `build` directory upload to your root hosts