Loong1992 / ebs-server

Enggang Battery Supplies Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBS-Server

Getting started

Installing

Manual

# Clone the project and run composer
cd ebs-server

# Migration and DB seeder (after changing your DB settings in .env)
php artisan migrate --seed

# Install dependency with NPM
npm install

# develop
npm run dev # or npm run watch

# Build on production
npm run production

Docker

docker-compose up -d

Build static files within Laravel container with npm

# Get laravel docker container ID from containers list
docker ps

docker exec -it <container ID> npm run dev # or npm run watch
# Where <container ID> is the "laravel" container name, ex: src_laravel_1

Open http://localhost:8000 (laravel container port declared in docker-compose.yml) to access ebs-server

Built with

  • Laravel - The PHP Framework For Web Artisans
  • Laravel Sanctum - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
  • spatie/laravel-permission - Associate users with permissions and roles.
  • VueJS - The Progressive JavaScript Framework
  • Element - A Vue 2.0 based component library for developers, designers and product managers
  • Vue Admin Template - A minimal vue admin template with Element UI

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements

  • Laravue A beautiful dashboard combination of Laravel, Vue.js and the UI Toolkit Element.
  • vue-element-admin A magical vue admin which insprited Laravue project.
  • tui.editor - Markdown WYSIWYG Editor.
  • Echarts - A powerful, interactive charting and visualization library for browser.

About

Enggang Battery Supplies Server

License:MIT License


Languages

Language:Vue 60.7%Language:PHP 37.1%Language:Blade 1.6%Language:Shell 0.4%Language:Dockerfile 0.1%