Delete vcs.xml
This commit is contained in:
6
.idea/vcs.xml
generated
6
.idea/vcs.xml
generated
@@ -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>
|
|
||||||
0
api/controllers/userController.js
Normal file
0
api/controllers/userController.js
Normal file
0
api/models/userModel.js
Normal file
0
api/models/userModel.js
Normal file
0
api/routes/userRoutes.js
Normal file
0
api/routes/userRoutes.js
Normal file
19
package.json
Normal file
19
package.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user