From f1fdbbb3a9d6f1c1497bcf3266ae6525b7fd6757 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Sun, 10 May 2020 13:11:04 +0530 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7889a35..dffaad9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,27 @@ Show Templates Create website - returns the all commands available for that template - returns unique id - - deploy id - - returns link + deploy id + - returns link +remove id + - return message website removed + +### Backend dev : +Your task is to design the basic backend that reads and writes data to files , to the database and call the deployment api + +File Structure: + +```` +/Templates + /Theme1 + /Theme2 +/ids + /id1 + /Theme1 + /id2 + /Theme2 +```` + +