Skip to content

wayosu/tethuna-online-store

Repository files navigation

TETHUNA ONLINE STORE

TETHUNA STORE is an online marketplace for a wide array of exquisite products crafted from the finest Karawo materials. We take great pride in curating a unique collection of items that showcase the beauty, versatility and cultural significance of Karawo, a material known for its exceptional quality and sustainable sourcing.

How to set up a project

First, we are going to install Node Module and Vendor files.

  npm install
  composer install

To setup your .env, kindly duplicate your .env.example file and rename the duplicated file to .env. For this project, I'm using phpMyAdmin Database. On your .env file, locate this block of code below.

  DB_CONNECTION=mysql
  DB_HOST=127.0.0.1
  DB_PORT=3306
  DB_DATABASE=db_tethunastore
  DB_USERNAME=root
  DB_PASSWORD=

To finalize this everything, run the following commands on your terminal.

  npm run dev

  php artisan key:generate

  php artisan migrate

  php artisan server

Tech Stack

Laravel

MySQL

Bootstrap