Skip to content
Open
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# .NET 6 Web API

This is a boilerplate template for building / deploying a .NET Core Web API on Kubernetes.
This is a .Net 6 web API app. With a pre-populated MongoDB database with the details of the Titanic passengers.
The Api endpoints are:
To get all: https://localhost:8282/passengers/all
To get by ID: https://localhost:8282/passengers/{Id}
To search by characters or words: https://localhost:8282/passengers/search
To edit or update: https://localhost:8282/passengers/{Id}
To delete: https://localhost:8282/passengers/{id}
Note! the above endpoints are for those running the application using the docker-compose file.

## Versioning
| GitHub Release | .NET Core Version | Diagnostics HealthChecks Version |
Expand Down