Skip to content

lubatti/bunnytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing app

The purpose of this app is to process a user creation use case in Slim PHP and then spread an internal message through AMQP protocol in order to send a welcome email with Golang.

Steps

  • Clone
  • cd docker && docker-compose up -d
  • Send POST request at 10.6.0.2/users with a email & password body.

You will have to create users table by hand

  • docker exec -it db bash
  • mysql -uroot -psecret
  • use app;
  • CREATE TABLE users (id CHAR(36), email VARCHAR(320), password CHAR(70));

About

Test AMQP protocol between PHP and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy