Skip to content

ShirtStore is a web application built with Laravel for managing an online shirt store. It provides features for managing products, categories, and users.

License

Notifications You must be signed in to change notification settings

oseias-romeiro/ShirtStore

Repository files navigation

ShirtStore

ShirtStore is a web application built with Laravel for managing an online shirt store. It provides features for managing products, categories, and users.

Try: shirtstore.oseiasromeiro.repl.co

Requirements

  • PHP >= 7.3
  • Composer
  • SQLite (or other database system)

Installation

git clone https://github.com/oseias-romeiro/ShirtStore.git
cd ShirtStore
composer install
cp .env.example .env
php artisan key:generate
php artisan config:cache

SQLite database config

touch db.sqlite
php artisan migrate
php artisan db:seed --class=UserSeeder
php artisan db:seed --class=CategorySeeder
php artisan db:seed --class=ProductSeeder

Start server

php artisan serve

About

ShirtStore is a web application built with Laravel for managing an online shirt store. It provides features for managing products, categories, and users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published