Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
/ user Public archive

This is the microservice responsible for handling user related stuff.

Notifications You must be signed in to change notification settings

miauw-social/user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user service

This is the base microservice structure for any other service (in python)

Events

These are the events this microservice is listening to.

  • user.create: event which triggers user creation.
  • user.find: event which triggers search for user by username/email.
  • user.find.id: event which triggers search for user based on its id.

Deployment (without miauw stack)

  1. Image Build
$ docker build -t miauw/user .
  1. Run Image
$ docker run -d miauw/user

About

This is the microservice responsible for handling user related stuff.

Resources

Stars

Watchers

Forks

Packages

No packages published