Skip to content

dokmanovicsofija/demoshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoShop

Overview

DemoShop je jednostavna aplikacija za upravljanje proizvodima u online katalogu. Ova aplikacija omogućava administratorima da dodaju, uređuju, brišu, omoguće i onemoguće proizvode. Posetioci mogu pregledati i pretraživati proizvode u katalogu.

Getting Started

# 1. Clone the Repository:
git clone https://github.com/dokmanovicsofija/demoshop.git
cd demoshop

# 2. Install Dependencies:
composer install

# 3. Set Up Environment Variables:
cp .env.example .env

# 4. Edit the `.env` file to match your database configuration:

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

# 5. Set Up the Database:
php migration.php

# 6. Seed the Database (Optional):
php seedData.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published