Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 488 Bytes

Single Recourse RESTful CRUD API

architecture

Extented Endpoints

  • GET /courses
  • GET /courses/{id}
  • POST /courses
  • PUT /courses/{id}
  • DELETE /courses/{id}

Run the following commands

  • composer install
  • docker-compose up -d –build
  • (docker-compose up -d)
  • docker exec -it rest_crud-app-1 php artisan migrate
  • docker exec -it rest_crud-app-1 php artisan migrate:refresh --seed