Prosty open source Menager Struktury Drzewiastej - A simple open-source Tree Structure Manager.
- Create and manage branches
- Add and organize leaves within branches
- Move leaves between branches
- Search functionality
- Responsive interface
- Real-time updates
- Laravel
- JavaScript
- CSS
- MySQL
- Clone the repository:
git clone https://github.com/Mazigaming/Branch-Manager.git- Install dependencies:
composer install
npm install- Configure environment:
cp .env.example .env
php artisan key:generate- Set up database:
php artisan migrate- Run the application:
php artisan serve
npm run dev- Create a branch
- Add leaves to branches
- Move leaves between branches
- Search through branches and leaves (kinda buggy)
- Delete branches or leaves