Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 430 Bytes

CareerPlatform

.NET Core Web API ile oluşturulmuş kariyer sitesi platformudur. Katmanlı mimari yapısı ile kodlanmıştır.

ORM: EntityFramework DB: MSSQL

GET

  • GETALL: /api/{controller_name}/
  • GET BY ID : /api/{controller_name}/id
  • SEARCH: /api/{controller_name}/search?title="Title"

POST

  • ADD: /api/{controller_name}

PUT

  • UPDATE: /api/{controller_name}/id

DELETE

  • DELETE: /api/{controller_name}/id