Skip to content

.NET Core Web API ile oluşturulmuş kariyer sitesi platformu

Notifications You must be signed in to change notification settings

hgtucel/CareerPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

.NET Core Web API ile oluşturulmuş kariyer sitesi platformu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages