This is a Docker Flask api for comments management.
- Docker
docker build --tag api-blog-comment .
docker run -d -p 5000:7313 api-blog-comment
- Check
rq.http
for the list of requests you can use# api-blog-comments
This is a Docker Flask api for comments management.
docker build --tag api-blog-comment .
docker run -d -p 5000:7313 api-blog-comment
rq.http
for the list of requests you can use# api-blog-comments