Stock buy and sell simulator
307
Stock buy and sell simulator
Before you start, using a command line software (like Windows Powershell as example), on the backend's folder, use the dotnet restore command to restore the existing dependencies and tools.
In the project folder, you can run in a cmd the command below:
dotnet test
For more information, access the url:
https://docs.microsoft.com/pt-br/dotnet/core/tools/dotnet-test
Note
You also run tests using Visual Studio, selecting the Test menu or open Test Explorer to run your tests.
Content type
Image
Digest
Size
84.6 MB
Last updated
over 5 years ago
docker pull marcelomdc/stocksimulator-backend