Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/przemekhasz/treestructure

Tree structure for branch and leaf management
https://github.com/przemekhasz/treestructure

blade css html javascript laravel php tailwindcss

Last synced: 5 days ago
JSON representation

Tree structure for branch and leaf management

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Installation

Clone the repository-

```
git clone https://github.com/Przemekhasz/TreeStructure.git
```

Then cd into the folder with this command-

```
cd tree-structure
```

Then do a composer install

```
composer install
```

Then do a npm update

```
npm update
```

Then create a environment file using this command-

```
cp .env.example .env
```

Then edit `.env` file with appropriate credential for your database server. Just edit these parameter(`DB_DATABASE`).

Then create a database named `trees` and then do a database migration using this command-

```
php artisan migrate
```

Import tree.sql in `phpmyadmin` with insertion data

## Run server

Run server using this command-

```
php artisan serve
```

Then go to `http://localhost:8000` from your browser and see the app.