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
- Host: GitHub
- URL: https://github.com/sbthdr/vulrcontacts
- Owner: SBTHDR
- Created: 2021-08-24T15:14:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T15:57:30.000Z (over 4 years ago)
- Last Synced: 2025-01-06T20:29:59.501Z (over 1 year ago)
- Topics: bootstrap, laravel, vue
- Language: PHP
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).