MohammedElattar / Book-Store-Management

Asfar Bookstore - Firebase Next.js React

Home Page:asfar-bookstore.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store

Client Side

Client side requirements

  • Node.js installed on your system , download from HERE
  • First, run the development server:
npm install
npm run dev
# or
yarn dev

Server side

Server side requirements

  • Xampp installed on your machine , download it from HERE
  • Composer installed on your machine , download it from HERE

Installation

  • install xampp , composer
  • run xampp from that directory and open xampp-control
C:\xampp
  • Start Apache and Mysql
  • Create a database from HERE
  • Open Api directory and create .env file
  • Copy all the content from .env.example and paste it in .env
  • Change That value to your database name
DB_DATABASE= Your_Database_Name
  • Open up your terminal or command line and paste the following commands
composer install
php artisan key:gen
php artisan migrate:fresh --seed
php artisan storage:link
php artisan serve
  • Your api is
http://localhost:8000/api

Default credentials

  • admin
    • email admin@admin.com
    • password admin
  • client
    • email user@user.com
    • password user

If you like our project Make ❤

About

Asfar Bookstore - Firebase Next.js React

asfar-bookstore.vercel.app


Languages

Language:JavaScript 52.8%Language:PHP 38.4%Language:SCSS 6.4%Language:Blade 1.8%Language:Shell 0.6%