From f75bf59ef3327300a4ea7cd5f16ba58bbfaf27e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amra=20=C5=A0abi=C4=87?= Date: Sat, 17 Feb 2018 09:00:18 +0100 Subject: [PATCH] update README.md - initial changes --- .idea/vcs.xml | 6 ++++++ README.md | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 6f9442c..112f9d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # amras-zadatak1 -amra sabic zadatak 1 + + +## OBJECTIVE +Design and implement a performant and elegant backend API for managing user permissions database. +The goal is to quickly prototype an end-to-end app with the basic functionality specified. + +### TASK ONE +Build JSON-based, database-backed, API for managing a list of user and associated permissions. + +### TASK TWO +Create a Javascript "Permission Control Panel" front-end web page controlling User Permissions.