An open API service indexing awesome lists of open source software.

https://github.com/mihaicraciun88/emag-api-test-tool

Tool for testing eMag API (because they don't provide any)
https://github.com/mihaicraciun88/emag-api-test-tool

api emag test testing tool

Last synced: about 1 year ago
JSON representation

Tool for testing eMag API (because they don't provide any)

Awesome Lists containing this project

README

          

# eMag-API-Test-Tool
Tool for testing eMag API (because they don't provide any) using Laravel

## Dependencies
* php
* [composer](https://getcomposer.org/)
* a database - Mysql, postgress or sqlite (read Laravel [docs](https://laravel.com/docs/11.x/database))

## Install
```
composer update
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
```

## Features
* eMag API similar responses
* eMag API errors
* generate fake Orders, Customers and Products to test implementation

## Showcase
Dashboard
![dashboard](https://mihaicraciun88.github.io/eMag-API-Test-Tool/img/emag-test-api-dashboard.png)

Users
![users](https://mihaicraciun88.github.io/eMag-API-Test-Tool/img/emag-test-api-users.png)

Orders
![orders](https://mihaicraciun88.github.io/eMag-API-Test-Tool/img/emag-test-api-orders.png)

Products
![products](https://mihaicraciun88.github.io/eMag-API-Test-Tool/img/emag-test-api-products.png)