# README
Golang Test Task
The project is about simple 5 APIs as below.
- Post /api/article
- GET /api/articles
- GET /api/article/{id}
- POST /api/comment
- GET /api/comment/{article_id}
It uses the RabbitMQ for posting article to database. Where producer receives the request from REST API and when consumer receives the messages it saves it into database.
Flow Diagram
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
# Variables
No description provided by the author