Skip to content

SantanuDatta/EcomVue

Repository files navigation

EcomVue

This is a project made with Laravel and Vue using RestApi. With time features will be added.

Getting Started

If you want to use my project first you can either download the zip file or you can clone it using the command to your designated location

git clone https://github.com/SantanuDatta/EcomVue.git

Setup your environment

cd EcomVue
cp .env.example .env
composer install

Make sure to generate a new key in the env and make necessary changes

php artisan key:generate

After creating the project, run migration & seeder

php artisan migrate
php artisan db:seed

or

php artisan migrate:fresh --seed

Now go to this directory

cd resources/js/client
cp .env.example .env

And run

npm install
npm run dev

Note this is a work in progress features will added from time to time.

Packages

These are the packages that are being used for this project.

Package Author Purpose
Laravel Sluggable by Spatie Spatie Generate slugs for Eloquent models
RectorPHP Rector Automated PHP code refactoring
PHPstan PHPstan PHP static analysis tool

License

EcomVue is provided under the AGPL-3.0 license.

About

E-shop made with laravel Vue RestApi

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages