-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
22 lines (18 loc) · 731 Bytes
/
README.txt
File metadata and controls
22 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This API is developed in Symfony with the ApiPlatform framework.
It is a blog type web application.
JWT (Json Web Token) token authentication.
A voter system to manage resource permissions is implemented.
API Platform uses classes called 'data persisters' that implements 'ContextAwareDataPersisterInterface' which is specific to ApiPlatform. In version 3.0 ApiPlatform use a 'state Processors'.
Here are the resources;
Users, with three defined roles (visitor, author and admin),
Articles,
Categories,
Comments,
File upload
Technology used ;
PHP 8.1
Symfony 6.1
ApiPlatform 2.6
useful links ;
Doc ApiPlatform : https://api-platform.com
Doc Symfony : https://symfony.com/