GithubHelp home page GithubHelp logo

ahp-sooyaa / koob Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 14.83 MB

A ecommerce book store project built with laravel8, vue3, inertai & integrated with stripe.

Home Page: https://www.koobdemo.site

PHP 44.49% Vue 54.76% Blade 0.74% Procfile 0.01%
vue3 laravel8 inertiajs stripe ecommerce

koob's Introduction

Koob

CI

Koob (Book) is ecommerce bookstore project for personal portfolio that's built by laravel 8, Vue3, Inertia. User can add book to cart, checkout the books in the cart.

Demo

Link - https://koobdemo.site/ preview

Installation

First you need to clone and then copy .env.example to .env and setup stripe key, database, db:seed, install dependencies, compile vue.

Step 1

Clone the repo

git clone https://github.com/ahp-sooyaa/koob.git
cd koob
cp .env.example .env
php artisan key:generate

Step 2

Setup stripe key

STRIPE_KEY=PASTE_KEY_HERE
STRIPE_SECRET=PASTE_SECRET_HERE

Step 3

Setup database & add new database "koob" or as you like

DB_DATABASE=koob
DB_USERNAME=root
DB_PASSWORD=

Run migration & seeder

php artisan migrate 
php artisan db:seed

Step 4

Install dependencies

composer install 
npm install
npm run dev

Step 5

You need to use laravel valet in order to visit Koob.test otherwise run php artisan serve and visit may be http://localhost:8000

Visit Koob.test/books. Right now that is the home page of Koob. Choose your book, add to cart, checkout the order and all done.

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

koob's People

Contributors

ahp-sooyaa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.