Simple API that will allow two users to chat between them.
Installation
- Run docker-compose up (or docker-compose up --build -d)
Routes
New Contact Request:
Contact Request Receive:
Message Send:
Message read
Running Tests
vendor/bin/phpunit tests/AppBundle/Service/
- Use of RestApiBundle
- Error Handling
- Response Object creation with payload
- And others ..