Skip to content

JavierTibi/beeping

Repository files navigation

Beeping

Prerequisites

Before you start, make sure you have the following prerequisites installed on your system:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/JavierTibi/beeping
  2. Navigate to the project folder:

    cd beeping
  3. Install project dependencies using Composer:

    composer install
  4. Create a copy of the .env.example file and name it .env. Update the configuration settings in the .env file to match your local environment. Be sure to set the database connection details.

  5. Generate an application key:

    php artisan key:generate
  6. Migrate the database to create the necessary tables:

    php artisan migrate
  7. Seed the database to add sample data (if you have created seeders):

    php artisan db:seed

Running the Application

Use docker.sh script to start the project:

sh docker.sh up

Access the docker container and start the queue

sh docker.sh ssh
php artisan queue:work

Run the command to get the total orders

php artisan orders:total

Open a web browser and access the site

http://localhost:8095

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published