Skip to content

kaansen57/RentaCar-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rent A Car Backend Api .Net Core 3.1

📌 Usage

1-) Open the project in VS19 or other version.

2-) Open the terminal. Enter into folder with command "cd webapi"

3-) Run the project with command "dotnet run --urls=https://localhost:44383"

4-) For API usage, "https://localhost:44383/swagger" enter into the url field

swaggerui

📌 Example

Url : " https://localhost:44383/api/cars/details "

📌 Output

  {
	"data":[
                {
                  "id":1,
                  "carName":"Cla 180",
                  "brandId":1,
                  "brandName":"Mercedes",
                  "colorId":1,
                  "colorName":"Siyah",
                  "dailyPrice":300,
                  "carPropertyId":2,
                  "modelYear":"2015",
                  "findexScore":1500
                }
              ],
	"success":true,
	"message":null}

About

Rent a Car Backend (.NET Core 3.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published