A mock signets API to provide easy access to testing for every mobile app that use Signets. This API is not intended to be used in production. It contains mock values don't represent the real Signets API. Only certain endpoints are implemented.
Restore packages and run the project. The API will be available at http://localhost:5000.
dotnet restore
dotnet run
The API contains 3 users with the following credentials:
- Username:
user1
, Password:password1
- Username:
user2
, Password:password2
- Username:
user3
, Password:password3