kkamara / ecommerce-web

(Live Link) (2018) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Check out v4!

Home Page:https://cartcommerce.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

(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/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 67.6%Language:Blade 32.0%Language:Shell 0.2%Language:Makefile 0.2%Language:Procfile 0.0%