Skip to content

Mazigaming/Branch-Manager

Repository files navigation

Branch Manager

Prosty open source Menager Struktury Drzewiastej - A simple open-source Tree Structure Manager.

Features

  • Create and manage branches
  • Add and organize leaves within branches
  • Move leaves between branches
  • Search functionality
  • Responsive interface
  • Real-time updates

Technologies

  • Laravel
  • JavaScript
  • CSS
  • MySQL

Installation

  1. Clone the repository:
git clone https://github.com/Mazigaming/Branch-Manager.git
  1. Install dependencies:
composer install
npm install
  1. Configure environment:
cp .env.example .env
php artisan key:generate
  1. Set up database:
php artisan migrate
  1. Run the application:
php artisan serve
npm run dev

Usage

  1. Create a branch
  2. Add leaves to branches
  3. Move leaves between branches
  4. Search through branches and leaves (kinda buggy)
  5. Delete branches or leaves

About

prosty open source Menager Struktury Drzewiastej

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published