furkanriza / Anadolu_Ajansi_intern_workspace

0 stars 0 forks source link

Kullanıcı İşlemleri #5

Open zgrdmr opened 1 year ago

zgrdmr commented 1 year ago

Kullanıcı ekleme, silme, güncelleme ve listeleme işlemlerini yapabildiğimiz arayüz ve server-side geliştirmeleri yapılacak.

furkanriza commented 1 year ago

A simple interface was created to perform crud operations by adding html, css and javascript files to the project. XMLHttpRequest Vs The Fetch API was tried to call GetMapping from the controller. Their differences were researched and tested on the project. GetMapping done with fetch api. The project architecture has reached a 3-layer model consisting of presentation, application and data. Post mapping was tried with fetch api, but post could not be made due to security layer. Attempted to resolve 401 error but not resolved and GetMapping was decided to use instead posting.

db_records

furkanriza commented 1 year ago

CRUD operations are complited.

image

image

image

image

image

image

image

image

image