Skip to content

enkhalifapro/userq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messaging queue code sample

Getting started

  1. run $ dep ensure to get all required dependencies.
  2. run $ go build .
  3. run $ ./userq httpsrv to run http server.
  4. open a new terminal and run $ ./userq msgqsrv to run http server.

Now you are ready to open postman and post to http://localhost:3000

{
    "firstname": "ayman",
    "lastname": "hassan",
    "address": "[email protected]",
    "gender":"male",
    "timestamp": 1537599615
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published