kkamara / ecommerce-web

(Live Link) (2018) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Check out v4!
https://cartcommerce.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link
cache cart laravel-makefile redis selenium

v4-ecommerce.png

ecommerce-web

Extensive ecommerce site built with ability to add to cart without being logged in. Upgraded to Laravel 9.x

To run locally

Have docker & docker-compose installed on your operating system.

cp .env.example .env
make dev && make backend-migrate

To run browser tests

vendor/bin/sail dusk

View browser test code: /tree/develop/tests/Browser

Follow version 4

Add reactjs with new theme (#67) at https://cartcommerce.herokuapp.com/v4

Api Documentation

View the api collection here.

Misc

The Makefile for this project contains useful commands for a Laravel application and can be found at laravel-makefile.

Contributing

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.

License

BSD