# 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