Simple Laravel point of sale API
This is a rough API proof of concept for an offline first, point of sale application.
Installation
git clone https://github.com/chriscornford/pos-laravel-api.git
composer install
- Ensure correct database details are in new
.env
file php artisan migrate
php artisan db:seed --class=ProductsTableSeeder
Postman collection export can be found in the base directory.