Cevantime / moijv_oss

0 stars 12 forks source link

CRUD has been added for the Entity Category #6

Closed Zinoka closed 2 years ago

Zinoka commented 3 years ago

Hello @Cevantime,

I have added the CRUD for the Entity Category. You can now call the http verbs (get/post/put/delete) with the following roads :

Basic local url : 127.0.0.1:8000/category/

Find one category : /{id} Add a category : /new/ Edit one category : /{id}/edit Remove a category : /{id}

Is it ok for you ?

Regards, Alexandre Abruzzese