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)
- Host: GitHub
- URL: https://github.com/mihaicraciun88/emag-api-test-tool
- Owner: MihaiCraciun88
- License: mit
- Created: 2022-09-12T13:21:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:09:44.000Z (over 1 year ago)
- Last Synced: 2025-02-06T21:43:47.376Z (over 1 year ago)
- Topics: api, emag, test, testing, tool
- Language: PHP
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Users

Orders

Products
