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

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

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).