Skip to content

LucasLeandro1204/contact-manager

Repository files navigation

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 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

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

About

Contact manager, create contacts and add notes to it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published