A free to use POS app written on rails. It currently targets small-size businesses like 'retail stores', restaurants and others.
This is the backend of POSko project.
Try it here
This demo app resets every 6 hours. It is hosted on a free dyno that might not be available at the moment of your visit. It is also implemented minimally with less to no proper security measures.
This app instance is hosted for DEMO purposes only and is NOT MONITORED actively. Do not leave any personal information like passwords, email, etc. It is advisable to use made-up emails and password for your own safety.
The owner of this app will not be liable for any data breach due to this demo app's lack of proper security measures.
- Tested on Ruby
2.4.3
- Rails
5.1.6
Run bin/setup
Run bin/update
bundle exec rspec or bundle exec guard
The API references is available on POSko API Docs.
You can contribute by documenting our API here.
There are some automations implemented there using postman test script. It stores your token and then includes it on requests with authorization procedure.
You need to set up your environment variables to fully utilize that automation. These are the variables this collection needs:
Variable | Value |
---|---|
url | https://localhost:300 |
account_name | first_company |
admin@first_company.com | |
password | pass |
These variables are based on rails defaults and seed data. Change it according to your needs.
We don't have it yet. But you can develop your own Android/iOS app with our APIs
Posko Electron is now on its way. This is the first attempt to bring posko on desktops
Contributions/Suggestions are very welcome. Check it out here
There is a generator named breadko
in this app. You can use it by typing this command:
rails g breadko posts contents:string user_id:integer
Then, modify the files to fit your needs.
This POS project is being developed to work on mini computers. I don't have yet these physical devices to test if this approach will actually work. I am partnering with local store owners to test its capabilities, drawbacks and upkeep once it is fully functional. But due to the slow development and the lack of hardware, this project maybe out by late 2019.
If you have a spare device and would like to support this idea, you can send some help. I will gratefully accept a unit of Raspberry Pi 3 from you. ;)
Or you can initiate and work on this project yourself and share your experience with us