Skip to content

russell-myers1/TODO-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MICROSERVICE PROJECT FOR TODO DESKTOP APP

This microservice is implemented using Python and Flask to provide a Message of the Day (motd) and a version number for a desktop TODO application.


INSTRUCTIONS:

Requesting Data

  • Message of the Day (motd) Endpoint:

    • Method: Get
    • URL: /motd
    • Example call: motd Example call
  • Version Endpoint:

    • METHOD: GET
    • URL: /version
    • Example call: version Example call

RECIEVING DATA

  • motd Endpoint:
    • Returns a random message from a list
  • Version Endpoint:
    • Returns the current version of the microservice "v1.0.0"

UML SEQUENCE DIAGRAM:

UML Sequence Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages