Skip to content

Fthsylp/New-Zealand-Regions-and-Hiking-Trails-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Eng New Zealand Regions and Hiking Trails API. The following are the main features of the project:

CRUD (Get-Post-Put-Delete) operations are implemented for both regions and hiking trails using the Restful API architecture.

Automapper is used to automatically map data from the database to the API and vice versa.

Validations are added for the add and update operations.

Filtering, sorting, and pagination are implemented.

An image upload feature is added.

A logging feature is added.

Finally, a UI project is added for consuming the API

-Tr Yeni zellanda için bölgeler ekleyip, yürüyüþ rotalarý düzenleyebileceðin bir api çalýþmasý. Projede yapýlanlarý aþaðýdaki gibi sýralayabilirim.

API'da Crud (Get-Post-Put-Delete) iþlemleri hem bölgeler için hem de yürüyüþ rotalarý için Restful.api mimarisi kullanýlarak gerçekleþtirildi.

Veri tabanýndan alýnacak verilerin ve veri tabanýna gönderilecek verilerin otomotik olarak eþleþtirmesi ve kolaylaþtýrmasý için Automapper kullanýldý.

Ekleme ve güncelleme iþlemleri için validasyonlar eklendi.

Filtering, Sorting, Pagination iþlemleri gerçekleþtirildi.

Resim ekleme özelliði eklendi.

Logging yani günlük özelliði eklendi.

Son olarak Api consuming için bir UI projesi eklendi ve arayüz ile veri çekme, ekleme, silme iþlemleri gerçekleþtirildi.