Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 419 Bytes

A simple RESTful API on Laravel with authentication of requests via Sanctum.

Features

The application has the following features:

  • User registration and authorization.
  • Generating an API token.
  • Displaying a list of all news.
  • Viewing single news.
  • Creating news by a registered user.
  • Changing and deleting the news by the author.
  • Displaying all categories.
  • Testing authorization, news and categories.