Table of Contents
Main page
Personal account
The site of a large online store, with all the relevant features. The project will be created gradually, over a long period of time. Releases will appear at key points in the creation of the project.
The site may contain unfinished pages or elements without design or functionality.
Starting from version v1.2, the project has been rewrite for Laravel
see all products;
see all categories;
view the category and all products associated with it;
view a specific product;
add a product to the cart;
in the basket, you can add, remove the quantity of goods, as well as remove it from the basket;
place an order, if the user is authorized, the order will have a user_id field;
register on the site or log in
the site has accounts with the admin field;
admins can view all orders from all users;
admins can view categories, edit them, delete and create new ones
The way to install and get started has been changed
-
Clone the repo
git clone https://github.com/Freekson/GoldFish.git
-
Install NPM packages
npm install laravel-mix@latest --save-dev
-
Run server command
php artisan serve
-
Other command
npm run dev - Run all Mix tasks.
npm run production - Run all Mix tasks and minify the output.
npm run watch - The npm run watch command will continue to run in the terminal and watch for any changes to your resources. When something changes, new files will be automatically compiled
npm run watch-poll - You may find that in certain environments Webpack doesn't update when your files change
./resources/less/**/*.less
./public/js/**/*.js
./public/**/*.png/.jpg/.jpeg
See the open issues for a full list of proposed features (and known issues). Check the releases to see completed items
Yehor Dreval
Project Link: Gold Fish