In order to run the code, follow these steps:
-
navigate to TrackedShipmentsAPI folder
cd TrackedShipmentsAPI
-
build (compile) the code
dotnet build
-
start the server
dotnet run
You can see the url of the server after running the above commands, in the terminal.
It will be something like:
Now listening on: http://localhost:5260
append /swagger
to the url to see all the available endpoints
http://localhost:5260/swagger