/contacts-api

Contacts API - Code Challenge

Primary LanguagePHP

Contacts API

System Requirements

  1. PHP 7.0 >
  2. MySQL
  3. Composer

Installation

  1. Make sure you have composer installed in your host and run composer install
  2. Create a new database.
  3. You can find MySQL dump in scripts folder, please import database in your MySQL Server.
  4. Run cp .env.example .env
  5. Fill out your DB Details.
  6. Use a secret key to create JWT token.

How to Use

Refer to postman API Documentation. https://documenter.getpostman.com/view/4658689/SVYqPK2X?version=latest