Junior Exam Laravel

  • copy .env.example to .env
  • run command php artisan generate:key
  • connect to db manager and input the database credentials, name and port to your .env (make sure that mysql server or any rdbms service is running)
  • run command php artisan migrate

Notes

This API is intended for testing purposes only.