Skip to content

My first online store, so far only the initial version is available. There is a lot to be done here

Notifications You must be signed in to change notification settings

Freekson/GoldFish-v1

Repository files navigation


Gold Fish

View Demo · Report Bug

Table of Contents
  1. About The Project
  2. Aviable features
  3. Installation
  4. Contact

About The Project

Main page

project screen

Personal account

project-screen1

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

Сurrently available features on the site:

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

Installation

The way to install and get started has been changed

  1. Clone the repo

    git clone https://github.com/Freekson/GoldFish.git
  2. Install NPM packages

    npm install laravel-mix@latest --save-dev 
  3. Run server command

    php artisan serve
  4. 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

Style and script directory structure:

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

Contact

Yehor Dreval

Project Link: Gold Fish

(back to top)

About

My first online store, so far only the initial version is available. There is a lot to be done here

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published