Blog Comment API

This is a Docker Flask api for comments management.

Prerequisites

  • Docker

Build the api

docker build --tag api-blog-comment .

Run the API

docker run -d -p 5000:7313 api-blog-comment

Reference

  • Check rq.http for the list of requests you can use# api-blog-comments