1.Kullanıcı sisteme personel ekleyebilir.
2.Kullanıcı sistemdeki personeli güncelleyebilir.
3.Kullanıcı sistemden personel silebilir.
4.Kullanıcı sistemdeki personelleri görüntüleyebilir.
REACT - DJANGO DRF - BOOTSTARP - THREE.JS
- GET
tutorials/
get all Tutorials - GET
tutorials/:id/
get Tutorial by id - POST
tutorials/
add new Tutorial - PUT
tutorials/:id/
update Tutorial by id - PATCH
tutorials/:id/
patch Tutorial by id - DELETE
tutorials/:id/
remove Tutorial by id - DELETE
tutorials/
remove all Tutorials