https://github.com/lucasleandro1204/contact-manager
Contact manager, create contacts and add notes to it.
https://github.com/lucasleandro1204/contact-manager
feature integration larvel php phpunit testunit unit
Last synced: 4 days ago
JSON representation
Contact manager, create contacts and add notes to it.
- Host: GitHub
- URL: https://github.com/lucasleandro1204/contact-manager
- Owner: LucasLeandro1204
- Created: 2018-06-05T18:05:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T03:28:11.000Z (over 7 years ago)
- Last Synced: 2025-03-19T21:12:21.395Z (7 months ago)
- Topics: feature, integration, larvel, php, phpunit, testunit, unit
- Language: PHP
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact manager
> API only by now
Laravel
### Requirements
- Composer
### Installation
This project use Laravel 5.6 as Framework, to run it see the packages needed [here](https://laravel.com/docs/5.6/#server-requirements)
1 - Clone the project
```bash
$ git clone git@github.com:LucasLeandro1204/contact-manager.git
$ cd contact-manager
```
2 - Create a .env file
```bash
$ cp .env.example .env
```
_SQLITE is the default database provider_
3 - Install composer dependencies
```bash
$ composer install
```
### Testing
This projects has unit / feature tests, simple run phpunit
```bash
$ composer run test
```
### Coverage
1 - Run the command below
```bash
$ composer run coverage
```
2 - Go to
```contact-manager.test/coverage/index.html```