Skip to content

BurakEs/ReCapProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReCapProject

ReCapProject of C# Code Camp.

Cars Routes

Route HTTP Verb POST body Description
/api/cars/getAll GET Empty List all .
/api/cars/getbybrandıd GET {'id':' object id'} Get one .
/api/cars/getbycolorıd GET {'id':' object id'} Get one .
/api/cars/getcardetails GET Get all with details.
/api/cars/add PUT {object} Add .
/api/cars/delete DELETE {'id':' object id'} Delete .
/api/cars/Update UPDATE {object} Update.

Brands Routes

Route HTTP Verb POST body Description
/api/cars/getAll GET Empty List all .
/api/cars/getbyıd GET {'id':' object id'} Get one .
/api/cars/add PUT {object} Add .
/api/cars/delete DELETE {'id':' object id'} Delete .
/api/cars/Update UPDATE {object} Update.

Colors Routes

Route HTTP Verb POST body Description
/api/cars/getAll GET Empty List all .
/api/cars/getbyıd GET {'id':' object id'} Get one .
/api/cars/add PUT {object} Add .
/api/cars/delete DELETE {'id':' object id'} Delete .
/api/cars/Update UPDATE {object} Update.

Users Routes

Route HTTP Verb POST body Description
/api/cars/getAll GET Empty List all .
/api/cars/getbyıd GET {'id':' object id'} Get one .
/api/cars/getbyuserıd GET {'id':' object id'} Get one .
/api/cars/add PUT {object} Add .
/api/cars/delete DELETE {'id':' object id'} Delete .
/api/cars/Update UPDATE {object} Update.

SQL SCRİPT --> ReCapProject/sql/Recap.sql

About

ReCapProject of C# Code Camp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages