TNB-POS is a Point of Sales specially designed to accept "TNBC" as the payment. "TNBC" the Crypto Currency of "The New Boston".
Framework : Laravel 8
Packages : Sanctum
Setup Instructions :
- Install xampp
- then go to xampp/htdocs
- clone this github repo
- rename env.xample to .env and add database name
- create a database in phpmyadmin or any sql database
- open terminal and run "composer install"
- then run "php artisan storage:link"
- then run "php artisan serve"