mounirelbakkali1 / my-marketplace-app

API : marketplace online for managing inventory, sales ,ordering and client space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PetsPlaza (REST API only)

Prerequisites

Before you can run this application, you need to have the following installed on your machine:

=> PHP 8.1 or higher => Composer => MySQL => Node.js => npm

installation

  1. Clone the repository :

git clone https://github.com/your-username/my-laravel-app.git

  1. Install the project dependencies using Composer:

cd my-laravel-app
composer install

  1. Copy the .env.example file to .env and update the database configuration:

cp .env.example .env
nano .env


  1. Generate the application key:

php artisan key:generate


  1. Run the database migrations:

php artisan migrate


  1. Generate a JWT authentication secret by running the following command:

php artisan jwt:secret


  1. Run the database migrations:

php artisan db:seed


Usage :

To start the application, run the following command:


php artisan serve


About

API : marketplace online for managing inventory, sales ,ordering and client space


Languages

Language:PHP 99.5%Language:JavaScript 0.2%Language:Blade 0.2%Language:Vue 0.1%