This application calculates sales taxes for different products according to specified rules. The user interface allows you to add products to a cart, apply import duties, and generate a receipt.
- Laravel
- Laravel Sail (Docker)
- MySQL
- Tailwind CSS
- Vue.js
- Docker Desktop installed and running
- Composer installed
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/ChilliPipper/salestax.git cd salestax
-
Install Composer dependencies:
composer install
-
Start Sail services:
./vendor/bin/sail up -d
-
Run migrations and seeders:
./vendor/bin/sail artisan migrate --seed
-
Install Node.js dependencies
./vendor/bin/sail npm install ./vendor/bin/sail npm run dev
-
Start the development server
./vendor/bin/sail artisan serve
The application will be available at http://localhost.
This project is licensed under the MIT License.