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

https://github.com/sbthdr/vulrcontacts

Contact Manager Using Laravel and Vue
https://github.com/sbthdr/vulrcontacts

bootstrap laravel vue

Last synced: about 2 months ago
JSON representation

Contact Manager Using Laravel and Vue

Awesome Lists containing this project

README

          

# VulrContacts

## About Repository

VulrContacts is a Contact 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/vulrcontacts.git`
- `cd vulrcontacts/`
- `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).