VimKanzoGH / -lybrarie-bookstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LYBRARIE

Lybrarie is the city's favorite bookshop

Made with

Features

  • Admin Role (CRUD) [ Users, Roles, Plans, Genre, Authors, Books ]
  • User Library
  • Filter by Authors - Done
  • Search by title, isbn Author - Partially Done
  • Filter by Genre - Not Done

Installation

# Clone this repository in your root folder
git clone

# Install dependencies
componser install

# Navigate to the lybrarie folder
cd lybrarie

# Create file .env
cp .env.example .env

# Generate key
php artisan key:generate

# Generate symbolic link
php artisan storage:link

# Run migrations (tables and Seeders)
php artisan migrate --seed

# Create Server
php artisan serve

# Access to project in your browser
http://localhost:8000

# Admin account
hi@epareto.com
password

About


Languages

Language:PHP 58.5%Language:Blade 41.0%Language:Shell 0.3%Language:Vue 0.3%