Skip to content

mohammadHamzeh/interview

Repository files navigation

interview

Deploy

  1. git clone https://github.com/mohammadHamzeh/interview.git
  2. cd interview
  3. composer install --no-plugins --no-scripts
  4. cp .env.example .env
  5. php artisan key:generate
  6. vim .env // update the variables names
  7. docker-compose up
  8. sail artisan optimize
  9. sail artisan migrate --seed

Test

  • Inside the project root directory type the following: sail artisan test

APIs

Version

request:

curl -X GET http://127.0.0.1:8000/version \
  -H 'Content-Type: application/json'

response:

{
    "tag":"",
    "commit":"",
    "date":"",
    "service":"interview"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published