Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbthdr/greldapp
Employee list management system using Laravel and Vue.
https://github.com/sbthdr/greldapp
crud laravel vue
Last synced: about 22 hours ago
JSON representation
Employee list management system using Laravel and Vue.
- Host: GitHub
- URL: https://github.com/sbthdr/greldapp
- Owner: SBTHDR
- Created: 2021-10-30T19:44:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T15:59:34.000Z (about 3 years ago)
- Last Synced: 2024-11-10T07:37:20.233Z (about 2 months ago)
- Topics: crud, laravel, vue
- Language: PHP
- Homepage:
- Size: 638 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GreldApp
## About Repository
GreldApp is an employee management system. built with Laravel 8 and vue 2
## Tech
- Laravel 8
- Bootstrap 4
- Vue 2## Features
- User CRUD, Pagination
- Login, Register using default auth## Installation
- `git clone https://github.com/SBTHDR/greldapp.git`
- `cd greldapp/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).