Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 761 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 761 Bytes

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

1 - Clone the project

$ git clone [email protected]:LucasLeandro1204/contact-manager.git
$ cd contact-manager

2 - Create a .env file

$ cp .env.example .env

SQLITE is the default database provider

3 - Install composer dependencies

$ composer install

Testing

This projects has unit / feature tests, simple run phpunit

$ composer run test

Coverage

1 - Run the command below

$ composer run coverage

2 - Go to contact-manager.test/coverage/index.html