Skip to content

SmartSoftAsia/symfony-coding-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Coding Test — Symfony API + RabbitMQ + PHPUnit

Goal

Create a Symfony endpoint:

POST /api/register-user

You should:

  • Validate incoming data: Fullname, Email, Phone Number,
  • Save a User entity in MySQL
  • Publish a RabbitMQ message (via Symfony Messenger)
  • Include a PHPUnit test for the controller
  • Run fully via Docker on localhost port 8080

How the project should be run

docker-compose up --build

How the project should be test

docker exec -it app php bin/phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors