Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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