Skip to content

GorskiMarekGM/CarShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API sklepu

Auta:


GET "/cars" zwraca listę wszystkich aut

GET "/cars/id" zwraca auto o podanym id

POST "/cars" tworzy nowe auto

PUT "cars/id" edytuje auto o podanym id

DELETE "cars/id" usuwa auto o podanym id

Klienci:


GET "/clients" zwraca listę wszystkich klientów

GET "/clients/id" zwraca klienta o podanym id

POST "/clients" tworzy nowego klienta

PUT "clients/id" edytuje klienta o podanym id

DELETE "clients/id" usuwa klienta o podanym id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages