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.
 
 
 
 
 
seyedmr 70edb273d0 feat(convert json): finish 3 years ago
app feat(convert json): finish 3 years ago
bootstrap first commit 3 years ago
config feat(upload json): add chunk file job and chunkers 3 years ago
database feat(convert json): finish 3 years ago
docker feat(convert json): finish 3 years ago
lang/en first commit 3 years ago
public first commit 3 years ago
resources first commit 3 years ago
routes feat(upload json): upload file and add job to queue 3 years ago
storage first commit 3 years ago
tests feat(convert json): finish 3 years ago
.env.example feat(convert json): finish 3 years ago
.gitignore first commit 3 years ago
README.md feat(convert json): finish 3 years ago
artisan first commit 3 years ago
composer.json feat(upload json): add chunk file job and chunkers 3 years ago
composer.lock feat(upload json): add chunk file job and chunkers 3 years ago
docker-compose.yml feat(convert json): finish 3 years ago
package.json first commit 3 years ago
phpunit.xml first commit 3 years ago
vite.config.js first commit 3 years ago

README.md

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