Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/przemekhasz/treestructure
- Owner: Przemekhasz
- Created: 2021-09-18T10:52:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T20:58:55.000Z (about 3 years ago)
- Last Synced: 2023-08-30T08:53:15.509Z (about 1 year ago)
- Topics: blade, css, html, javascript, laravel, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.