π A contacts directory app made with β React.js and π± π» .NET Core
dotnet run ./server/ContactsDirectory.APIThis project use Swagger for REST API documentation. You can access Swagger ports in the following links while the server is running:
| HTTP Protocol | URI |
|---|---|
| HTTP | http://localhost:5000/swagger/index.html |
| HTTPS | https://localhost:5001/swagger/index.html |