Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 672 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 672 Bytes

Test Task

Build Status

Installation

cp .env.example .env
./artisan migrate
./artisan db:seed

API routes

  • /api/students/
  • /api/schoolclasses/
  • /api/lectures/
  • /api/curriculum/ — study plan for classes

Additionally

  1. If you will test via Postman, then add to Headers:
Content-Type: application/json
X-Requested-With: XMLHttpRequest

P.S.

  1. Докер не стал добавлять.
  2. render() в Handler слегка изменил.
  3. Возможно, нужно было без таблицы "curriculum" реализовать, но сделал так.