Skip to content

Todo application REST backend (POST & GET endpoints only now) implemented using Azure Functions and Azure Cosmos DB MongoDB API

Notifications You must be signed in to change notification settings

shaunthomas999/azure-functions-java-todo-service

Repository files navigation

Todo Service (REST backend) using Azure Functions - Java

Project details

  • Java 8
  • Maven
  • Azure Functions
  • Azure Cosmos DB - MongoDB API

Endpoints

  • Refer to Todo.http file

MongoDB default data (manually inserted for demo purpose)

{
    "username": "shaunthomas999",
    "description": "Play with Azure Functions",
    "done": false
}

{
    "username": "shaunthomas999",
    "description": "Read about Serverless",
    "done": false
}

Reference

About

Todo application REST backend (POST & GET endpoints only now) implemented using Azure Functions and Azure Cosmos DB MongoDB API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages