From 69378337d60199fff4d96f3eb8f9641bf870bb9b Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Tue, 21 Sep 2021 20:55:53 +0300 Subject: [PATCH] Updated README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781d913..3fe844d 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,11 @@ API has implementation of "GET", "POST", "PUT", "DELETE" http methods, allowing --- -Just practicing things +## Status + +Can POST a new RandomData, GET all or a specific one. + +--- + +It`s not a recommended or even the correct way of doing a CRUD api of such sort, I'm just practicing