Skip to content

kraulain/rbclean-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend repository for the RB-clean project

RB Clean is a simple laundry pickup service service

How to setup

Kafka message format

  {
    "action": "CREATE" | "READ" | "UPDATE" | "DELETE",
    "body": "<incoming_data>",
    "type": "REQUEST" | "RESPONSE",
    "token": "", // optional
    "message": "" // optional
  }

The Amazing Docker Guide (by Rash for the People!)

  • k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published