Coder Social home page Coder Social logo

imerfanahmed / dash-soketi Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 27.66 MB

A beutifull Dashboard For Soketi

PHP 2.09% JavaScript 60.42% CSS 32.28% Blade 5.16% Sass 0.04%
soket soketi soketi-dashboard soketi-server alternative pusher pusherjs pusher-alternative

dash-soketi's Introduction

A powerful dashboard for Soketi

ScreenShots

Dashboard for All App

dashboard

Single app configuration

app

Credentails Page

credentails

Project Overview

This project is a powerful dashboard for Soketi. It is built with Laravel and Livewire. One step complete solution for your soketi server with build in features like:

  • App Mangement
  • Webhook Management
  • App configuration
  • Database Driver
  • Debugger

Table of Contents

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:
git clone https://github.com/imerfanahmed/dash-soketi.git
  1. Navigate to the project directory:
cd dash-soketi
  1. Install dependencies:
composer install
npm install
  1. Copy the environment file:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Configure the database in the .env file.

  2. Run migrations and seed the database:

php artisan migrate --seed
  1. Install Soketi Server Globally
    1. The following example works for Ubuntu. For other distributions, consider using the equivalents.
    apt install -y git python3 gcc build-essential
    1. Node.js LTS (14.x, 16.x, so on) is required due to uWebSockets.js build limitations. You can install it using the following commands:
    npm install -g @soketi/soketi

Getting Started

First Start the soketi server within the folder as .env consists of the configuration for soketi

soketi start

To start the Dashboard server, run the following command:

php artisan serve

Visit http://localhost:8000 in your browser to view the application.

NOTE: If you find difficulties and want me to setup for you, you can directly email me at [email protected]

Testing

To run tests, use the following command:

php artisan test

The application uses PHPUnit for testing.

Contributing

If you would like to contribute to the project, please follow the contribution guidelines.

License

This project is open-source and available under the MIT License. Feel free to use, modify, and distribute the code as needed.

Happy coding!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.