Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2026 IBM

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repo demonstrates modern API best-practices with:
---

## Prerequisites
1. **.NET 8.0** or later
1. **.NET 8.0** or later.
2. A **DataStax Astra DB** serverless database – [grab a free account](https://astra.datastax.com).

## Setup & Configuration
Expand Down Expand Up @@ -51,7 +51,7 @@ Edit `appsettings.json`:
Command line
- Trust the ASP.NET Core HTTPS dev certificate. [documentation](https://learn.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-9.0&tabs=visual-studio%2Clinux-sles#trust-the-aspnet-core-https-development-certificate)
```bash
dotnet dev-certs https trust
dotnet dev-certs https --trust
```
_Note: If you have trouble with the certificate in your browser or via `curl`, try "cleaning" the Dotnet certificate store, and "trust" again. `dotnet dev-certs https clean`_

Expand Down