API only by now
Laravel
- Composer
This project use Laravel 5.6 as Framework, to run it see the packages needed here
1 - Clone the project
$ git clone git@github.com: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
This projects has unit / feature tests, simple run phpunit
$ composer run test
1 - Run the command below
$ composer run coverage
2 - Go to
contact-manager.test/coverage/index.html