Skip to content

taras-koval/mini-shop

Repository files navigation

Laravel Logo

Mini-Shop

Implemented on the Laravel v10 framework.

Requirements

Make sure you have the following software installed on your machine:

  • PHP (8.1+)
  • Composer
  • Node.js and npm
  • MySQL

Installation

Steps to install the project:

  1. Clone this repository: git clone https://github.com/taras-koval/mini-shop.git
  2. Navigate to the project folder: cd mini-shop
  3. Copy the .env.example file and rename it to .env
  4. Configure the .env file with appropriate database settings for your environment
  5. Install PHP dependencies: composer install
  6. Generate a key using the command: php artisan key:generate
  7. Run migrations to create the database tables: php artisan migrate
  8. Run seeders to fill the database with data php artisan db:seed
  9. Start the local server: php artisan serve

Project is now running at http://localhost:8000

About

Laravel 10 project, for testing admin panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published