Delete vcs.xml

This commit is contained in:
Šabić Amra
2018-02-17 09:02:19 +01:00
committed by Amra Šabić
parent f75bf59ef3
commit 8c7cfb08da
6 changed files with 19 additions and 6 deletions

6
.idea/vcs.xml generated
View File

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

View File

0
api/models/userModel.js Normal file
View File

0
api/routes/userRoutes.js Normal file
View File

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "json-based-api",
"version": "1.0.0",
"description": "API for managing a list of user and associated permissions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senaduka/amras-zadatak1.git"
},
"author": "Amra S",
"license": "ISC",
"bugs": {
"url": "https://github.com/senaduka/amras-zadatak1/issues"
},
"homepage": "https://github.com/senaduka/amras-zadatak1#readme"
}

0
server.js Normal file
View File