update README.md - initial changes

This commit is contained in:
Amra Šabić
2018-02-17 09:00:18 +01:00
parent d08991d90b
commit f75bf59ef3
2 changed files with 17 additions and 1 deletions

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -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.