Skip to content

aanimation/technical_assessment

Repository files navigation

Overview

The application is a simple REST-API that can verify a json file by follow the Context And Requirements of Technical Assessment for Laravel Developer.

Spesification

  • Laravel v9.52.5 (PHP v8.2.0)
  • Passport V.11 for API authentication

Quick Start

  1. Clone this git repo.
  2. Run composer install
  3. Copy .env.example to .env file
  4. Setup database name and credentials on .env file
  5. Run php artisan migrate --seed
  6. Run php artisan passport:install
  7. Run php artisan serve --port=3000

APIs

  1. api/login, input required : email and password, to get the token.
  2. api/verify, input required : file_content must json file and max. 2MB and autheticated user token

Note

  1. Please use application/json for Content-Type and Accept headers

About

Technical Assessment for Laravel Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published