https://github.com/sbthdr/qixemplomanageme
Employee management system with Laravel 8 and Vue 2
https://github.com/sbthdr/qixemplomanageme
bootstrap laravel php vue
Last synced: 3 months ago
JSON representation
Employee management system with Laravel 8 and Vue 2
- Host: GitHub
- URL: https://github.com/sbthdr/qixemplomanageme
- Owner: SBTHDR
- Created: 2022-02-02T12:35:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T12:41:55.000Z (over 4 years ago)
- Last Synced: 2025-01-06T20:30:14.559Z (over 1 year ago)
- Topics: bootstrap, laravel, php, vue
- Language: PHP
- Homepage:
- Size: 781 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qixemplomanageme
## About Repository
Qixemplomanageme is a Employee management system. built with Laravel 8 and vue 2
## Tech
- Laravel 8
- Bootstrap 5
- Vue 2
- Vue Router
## Features
- Employee CRUD using Vue
- User, Country CRUD, Pagination
- Login, Register using default auth
## Installation
- `git clone https://github.com/SBTHDR/qixemplomanageme.git`
- `cd qixemplomanageme/`
- `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).