rest api POS ( point of sales ) built with hapi.js, kasirAja aplikasi POS gratis dan opensource
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.
 
dependabot[bot] 65f36c2f22
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
documents moved 3 years ago
migrations moved 3 years ago
src moved 3 years ago
.env.example moved 3 years ago
.eslintrc.json moved 3 years ago
.gitignore moved 3 years ago
LICENSE Merge branch 'dev' of github.com:ajikamaludin/hapi-kasiraja-api into dev 3 years ago
README.md Update README.md 3 years ago
package-lock.json Bump minimatch from 3.0.4 to 3.1.2 2 years ago
package.json moved 3 years ago

README.md

kasirAja API

contoh rest api POS ( point of sales ) built with hapi.js

frontend

ReactJS Web App - kasirAja: Link

React Native Mobile App - kasirAja: Link

table structure

table structure

feature

  • PostgreSQL database
  • bisa lebih dari 1 toko multi store
  • bisa lebih dari 1 kasir multi users
  • pengelolaan kategori, produk, stok, dan pelanggan
  • pembelian
  • penjualan
  • diskon penjualan

documention API

Postman (import file) : Link

Support me

Trakteer Saya

start

  • install

      npm install
    
  • config .env file for database

      cp .env.example .env
    
  • migrate database

      npm run migrate up
    
  • run the app

      npm run start
    
  • test

      curl -i -H 'Accept: application/json' http://localhost:5000/
    

response

HTTP/1.1 200 OK
Date: Thu, 24 Feb 2011 12:36:30 GMT
Status: 200 OK
Connection: close
Content-Type: application/json
Content-Length: 2

{
    "status": Ok!
}