/LumenAPI-Eng

Repository for the "RESTful API with Lumen" course

Primary LanguagePHP

RESTful API with Lumen (PHP / Laravel Micro Framework)

This repository contains the source code of the "Lumen 5.1 course".

This API is a case of study about: Students, Teachers and Courses:

  • An Student has many courses
  • A Course hasMany Students
  • A Teacher has many Courses
  • A Course belongs to one Teacher

Official site for the course:

Lumen 5.1 and Homestead of Laravel: Create a RESTful API.