This is the scaffolded project for candidates to implement email processing logic.
- Build and start the services:
docker compose up
- The application will be available at
http://localhost:8000 - To confirm the app is running, send a POST request to
http://localhost:8000/webhook. You should see a response of{status: ok}