Categorygithub.com/Dwata-Tech/golang-test-task
repositorypackage
0.0.0-20230221144555-341c58dbe218
Repository: https://github.com/dwata-tech/golang-test-task.git
Documentation: pkg.go.dev

# 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

# README

Golang Test Task

The project is about simple 5 APIs as below.

  1. Post /api/article
  2. GET /api/articles
  3. GET /api/article/{id}
  4. POST /api/comment
  5. 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