You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
json2db/README.md

17 lines
389 B

# Convert json file to database
## installation
- ``cp .env.example .env``
- ``docker-compose up -d``
- ``docker-compose exec -it laravel.test composer install``
- ``docker-compose exec -it laravel.test php artisan migrate``
- ``docker-compose exec -it laravel.test php artisan test``
## Api route
``POST => http://localhost/api/v1/convert/json``
### Params
'file' => your json file