A containerized Deno CRUD-based API that connects to a Mongo Atlas database. This sample only implements find and find-by-id operations (although this can be extended on the other parts of CRUD).
This sample can be ran containerized or non-containerized and shows an example of a how implement CI/CD with Azure DevOps pipelines through the azure-pipelines.yml file.
Paths:
/api/neighborhood/find/all-GETrequest for all neighborhoods./api/neighborhood/find-GETrequest for a specific neighborhood by name in the form of/api/neighborhood/find?name=<neighborhood name. This pulls from Mongo Atlas sample datasetsample_restaurants->neighbhorhoodscollection.