Skip to content

edmarfelipe/serviceweaver-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Weaver Example

Application for demonstrating the use of Service Weaver for a blog.

Components

Posts

  • GetPost: Get a single post by slug
  • GetLatestPosts: Get the last 10 posts
  • CreatePost: Create a new post

Comments

  • GetByPost: Get first 5 comments by post id
  • CreateComment: Create a comment for post id