Extensive ecommerce site built with ability to add to cart without being logged in. Upgraded to Laravel 9.x
Have docker & docker-compose installed on your operating system.
cp .env.example .env
make dev && make backend-migrate
vendor/bin/sail dusk
View browser test code: /tree/develop/tests/Browser
Add reactjs with new theme (#67) at https://cartcommerce.herokuapp.com/v4
View the api collection here.
The Makefile
for this project contains useful commands for a Laravel application and can be found at laravel-makefile.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.